Commit 22aee8c5 by Paolo Bonzini Committed by Paolo Bonzini

re PR rtl-optimization/34522 (inefficient code for long long multiply when only…

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
parent d0fb20be
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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment