re PR rtl-optimization/34522 (inefficient code for long long multiply when only low bits are needed)

2008-03-13  Paolo Bonzini  <bonzini@gnu.org>

	PR tree-opt/35422
	* gcc.target/i386/pr35422.c: Escape brackets.

From-SVN: r133163
This commit is contained in:
Paolo Bonzini 2008-03-13 09:44:57 +00:00 committed by Paolo Bonzini
parent d0fb20beb1
commit 22aee8c5a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-03-13 Paolo Bonzini <bonzini@gnu.org>
PR tree-opt/35422
* gcc.target/i386/pr35422.c: Escape brackets.
2008-03-12 Paolo Bonzini <bonzini@gnu.org>
PR tree-opt/35422

View File

@ -10,4 +10,4 @@ int test(long long a, long long b)
/* Check that we did not spill anything. This is all that is needed
to qualify the generated code as "decent"... */
/* { dg-final { scan-assembler-not "%e[sd]i" } } */
/* { dg-final { scan-assembler-not "%e\[sd\]i" } } */