Commit c1b2e68d by Jeff Law

New testcase for x86 specific crash.

From-SVN: r18239
parent b94b5c16
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options -O2 } */
extern double bar (double);
int
baz (double d)
{
double e = bar (d);
asm volatile ("" : : : "st");
return printf ("%lg\n", e);
}
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