2 compare-3.c from the execute part of the gcc torture tests.
11 /* Copyright (C) 2002 Free Software Foundation.
13 Test for composite comparison always true/false optimization.
15 Written by Roger Sayle, 7th June 2002. */
17 extern void link_error0 ();
18 extern void link_error1 ();
72 all_tests (int x
, int y
)
83 testTortureExecute (void)
92 void link_error0() {ASSERT (0);}
93 void link_error1() {ASSERT (0);}