Commit 1ab6380b by Richard Biener Committed by Richard Biener

re PR rtl-optimization/61801 (sched2 miscompiles syscall sequence with -g)

2014-07-28  Richard Biener  <rguenther@suse.de>

	PR rtl-optimization/61801
	* gcc.target/i386/pr61801.c: Fix testcase.

From-SVN: r213121
parent 32b436c0
2014-07-28 Richard Biener <rguenther@suse.de>
PR rtl-optimization/61801
* gcc.target/i386/pr61801.c: Fix testcase.
2014-07-28 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/fold-abs-5.c: New test.
......
......@@ -13,7 +13,7 @@ void fn1 ()
fn3 ();
switch (0)
default:
asm volatile("" : "=a"(e) : "0"(a), ""(0));
asm volatile("" : "=a"(e) : "0"(a), "i"(0));
e;
});
d = b;
......
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