fold-cond-1.c
727 Bytes
-
fold-cond-1.c: Increase test case portability by checking that "g ? 1 ... · 51206762
* gcc.dg/fold-cond-1.c: Increase test case portability by checking that "g ? 1 : h" doesn't match, instead of checking for "(g | h) != 0" which may be transformed to "g || h" on some platforms. From-SVN: r115691
Roger Sayle committed