2 compare-1.c from the execute part of the gcc torture tests.
11 /* Copyright (C) 2002 Free Software Foundation.
13 Test for correctness of composite comparisons.
15 Written by Roger Sayle, 3rd June 2002. */
17 int ieq (int x
, int y
, int ok
)
48 int ine (int x
, int y
, int ok
)
58 int ilt (int x
, int y
, int ok
)
68 int ile (int x
, int y
, int ok
)
78 int igt (int x
, int y
, int ok
)
88 int ige (int x
, int y
, int ok
)
99 testTortureExecute (void)