Commit 2d628c25 by Jeff Law Committed by Jeff Law

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

From-SVN: r48129
parent 8f08e8c0
Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
* gcc.c-torture/execute/20011217-1.c: New test.
Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
* objc.dg/special/: New directory.
......
int
main()
{
double x = 1.0;
double y = 2.0;
if ((y > x--) != 1)
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