Rebase.
[official-gcc.git] / gcc / testsuite / gcc.dg / binop-notand2a.c
blob0076d4be7a1679ac223f476d9b2ca18656be4445
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int
5 foo (int a)
7 return (!a & 1) != (a == 0);
10 /* { dg-final { scan-tree-dump-times "return 0" 1 "optimized" } } */
11 /* { dg-final { cleanup-tree-dump "optimized" } } */