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:
parent
d0fb20beb1
commit
22aee8c5a9
@ -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
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user