Commit a33ab1b1 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r28390
parent d080bbfa
Sun Aug 1 22:29:34 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/990801-2.c: New test.
* gcc.c-torture/compile/990801-1.c: New test.
Sun Jul 25 21:41:37 1999 Jeffrey A Law (law@cygnus.com)
......
void f()
{
extern char* p;
int ch;
while (!(ch = 0)) {
if ((ch == 0) || (ch == 2)) {
break;
}
*p = 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