mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 15:55:10 +08:00
* gcc.c-torture/execute/20011217-1.c: New test.
From-SVN: r48129
This commit is contained in:
parent
8f08e8c010
commit
2d628c257e
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||||
|
|
||||||
* objc.dg/special/: New directory.
|
* objc.dg/special/: New directory.
|
||||||
|
12
gcc/testsuite/gcc.c-torture/execute/20011217-1.c
Normal file
12
gcc/testsuite/gcc.c-torture/execute/20011217-1.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
int
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
double x = 1.0;
|
||||||
|
double y = 2.0;
|
||||||
|
|
||||||
|
if ((y > x--) != 1)
|
||||||
|
abort ();
|
||||||
|
exit (0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user