Commit eb61c012 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r32530
parent 4fa241f2
Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com) Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/2000314-1.c: New test.
* gcc.c-torture/compile/2000314-1.c: New test. * gcc.c-torture/compile/2000314-1.c: New test.
2000-03-13 Nathan Sidwell <nathan@codesourcery.com> 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
......
int main ()
{
long winds = 0;
while (winds != 0)
{
if (*(char *) winds)
break;
}
if (winds == 0 || winds != 0 || *(char *) winds)
exit (0);
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