Commit ce79b0ca by Jakub Jelinek Committed by Jakub Jelinek

* gcc.c-torture/execute/20001121-1.c: New test.

From-SVN: r37618
parent 52e12ad0
2000-11-21 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20001121-1.c: New test.
2000-11-21 Richard Henderson <rth@redhat.com> 2000-11-21 Richard Henderson <rth@redhat.com>
* gcc.c-torture/compile/20001121-1.c: New test. * gcc.c-torture/compile/20001121-1.c: New test.
......
double d;
__inline__ double foo (void)
{
return d;
}
__inline__ int bar (void)
{
foo();
return 0;
}
int main (void)
{
if (bar ())
abort ();
exit (0);
}
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