fold-cond-1.c: Increase test case portability by checking that "g ? 1 ...
authorRoger Sayle <roger@eyesopen.com>
Sun, 23 Jul 2006 21:13:07 +0000 (21:13 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 23 Jul 2006 21:13:07 +0000 (21:13 +0000)
commit51206762dbbd57a1541ad58ade0eb90bcdf4a15f
treeea8e5814641977f980483af9d77b093f88b7e885
parent105d72c5950000e4215865bd2acef5e963a608dc
fold-cond-1.c: Increase test case portability by checking that "g ? 1 ...

* 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
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/fold-cond-1.c