Commit ee90ff50 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r30141
parent f120f901
Sat Oct 23 23:36:03 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/991023-1.c: New test.
Tue Oct 19 02:11:29 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/991016-1.c: New test.
* gcc.c-torture/execute/991019-1.c: New test.
Sat Oct 16 00:05:48 1999 Richard Henderson <rth@cygnus.com>
......
int blah;
foo()
{
int i;
for (i=0 ; i< 7 ; i++)
{
if (i == 7 - 1)
blah = 0xfcc;
else
blah = 0xfee;
}
return blah;
}
main()
{
if (foo () != 0xfcc)
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