Commit 5bf2f563 by Joseph Myers Committed by Joseph Myers

pr37843-4.c: Allow for leading underscores on symbol names.

	* gcc.target/i386/pr37843-4.c: Allow for leading underscores on
	symbol names.

From-SVN: r180544
parent 286a21ce
2011-10-26 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/pr37843-4.c: Allow for leading underscores on
symbol names.
2011-10-26 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/pad-4.c: Skip for Windows targets.
2011-10-26 Eric Botcazou <ebotcazou@adacore.com>
......
......@@ -3,8 +3,8 @@
/* { dg-options "-O2 -msse2 -mpreferred-stack-boundary=4 -mstackrealign" } */
/* { dg-require-effective-target sse2 } */
/* { dg-final { scan-assembler-not "andl\[\\t \]*\\$-16,\[\\t \]*%\[re\]?sp" } } */
/* { dg-final { scan-assembler-not "call\[\\t \]*foo" } } */
/* { dg-final { scan-assembler "jmp\[\\t \]*foo" } } */
/* { dg-final { scan-assembler-not "call\[\\t \]*_?foo" } } */
/* { dg-final { scan-assembler "jmp\[\\t \]*_?foo" } } */
extern int foo (void);
......
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