2 pr49039.c from the execute part of the gcc torture tests.
11 /* PR tree-optimization/49039 */
15 foo (unsigned int x
, unsigned int y
)
17 unsigned int minv
, maxv
;
18 if (x
== 1 || y
== -2U)
29 testTortureExecute (void)
31 #if !(defined (__GNUC__) && defined (__GNUC_MINOR__) && (__GNUC__ < 5))