Commit 790f04d1 by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/compile/990625-2.c: New test.

From-SVN: r27763
parent 8d22ad72
Fri Jun 25 05:28:40 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/990625-2.c: New test.
* gcc.c-torture/compile/990625-1.c: New test.
Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
......
void
broken030599(int *n)
{
int i, x;
for (i = 0; i < 32; i++) {
x=0;
x++;
if (i & 4)
x++;
x++;
}
}
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