Commit 8ca0d19f by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r20187
parent 3a0243db
Tue Jun 2 20:51:43 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/980602-1.c: New test.
1998-06-02 Dave Love <d.love@dl.ac.uk>
* 970125-0.f: Fix per JCB. Add commentary.
......
main()
{
int i;
for (i = 1; i < 100; i++)
;
if (i == 100)
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