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
This commit is contained in:
parent
32b436c0b9
commit
1ab6380b3c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue