Commit f9a74423 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: New testcase.

From-SVN: r213111
parent d50cc61a
2014-07-28 Richard Biener <rguenther@suse.de>
PR rtl-optimization/61801
* gcc.target/i386/pr61801.c: New testcase.
2014-07-27 Marek Polacek <polacek@redhat.com>
PR c/61861
......
/* { dg-do compile } */
/* { dg-options "-Os -fcompare-debug" } */
int a, b, c;
void fn1 ()
{
int d;
if (fn2 () && !0)
{
b = (
{
int e;
fn3 ();
switch (0)
default:
asm volatile("" : "=a"(e) : "0"(a), ""(0));
e;
});
d = b;
}
c = d;
}
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