Commit 68c8d8ce by Jeffrey A Law Committed by Jeff Law

20000731-2.c: New test.

        * gcc-c-torture/execute/20000731-2.c: New test.
Fix will be applied shortly...

From-SVN: r35403
parent 606ce391
Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
* gcc-c-torture/execute/20000731-2.c: New test.
* gcc.c-torture/execute/20000731-1.c: New test.
* gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
......
int
main()
{
int i = 1;
int j = 0;
while (i != 1024 || j <= 0) {
i *= 2;
++ j;
}
if (j != 10)
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