Commit 3e4c9843 by Iain Sandoe

re PR testsuite/50076 (FAIL: c-c++-common/cxxbitfields-3.c scan-assembler…

re PR testsuite/50076 (FAIL: c-c++-common/cxxbitfields-3.c scan-assembler movl.*, var on x86_64-apple-darwin10)


gcc/testsuite:

	PR testsuite/50076
	* c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
	cases.

From-SVN: r184140
parent 58b29fa3
2012-02012 Iain Sandoe <iains@gcc.gnu.org>
PR testsuite/50076
* c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
cases.
2012-02-11 Ian Lance Taylor <iant@google.com>
PR go/51874
......
......@@ -18,4 +18,5 @@ void setit()
var.j = 5;
}
/* { dg-final { scan-assembler "movl.*, var" } } */
/* { dg-final { scan-assembler "movl.*, _?var" { target nonpic } } } */
/* { dg-final { scan-assembler "movl.*, (_?var|\\(%)" { target { ! nonpic } } } } */
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