Commit 33b35a8d by Catherine Moore Committed by Catherine Moore

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

From-SVN: r36236
parent 4598ffe9
2000-09-07 Catherine Moore <clm@redhat.com>
* gcc.c-torture/execute/unroll-1.c: New test.
2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
* g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
......
inline int
f (int x)
{
return (x + 1);
}
int
main (void)
{
int a = 0 ;
while ( (f(f(f(f(f(f(f(f(f(f(1))))))))))) + a < 12 )
{
a++;
exit (0);
}
if (a != 1)
abort();
}
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