aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr110117-2.c
blob: 2e353258084f47379eb666ad12b964f978390092 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O1 -fno-tree-dominator-opts -fno-tree-vrp -fno-tree-ccp -fno-tree-forwprop -fno-tree-fre -fno-tree-copy-prop" } */
int f()
{
  int t = 0;
  return (t & 1) != 0;
}