Commit 985dae7c by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r32165
parent 3c9ef127
Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/20000225-1.c: New test.
2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gcc.dg/cpp-li2.c: New test.
......
int main ()
{
int nResult;
int b=0;
int i = -1;
do
{
if (b!=0) {
abort ();
nResult=1;
} else {
nResult=0;
}
i++;
b=(i+2)*4;
} while (i < 0);
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