]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/binop-notor2.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / binop-notor2.c
CommitLineData
0816a42a
KT
1/* { dg-do compile } */
2/* { dg-options "-O2 -fdump-tree-optimized" } */
3
4int
5foo (_Bool a, _Bool b)
6{
7 return (a | (a == 0)) | ((b ^ 1) | b);
8}
9
10/* { dg-final { scan-tree-dump-times "return 1" 1 "optimized" } } */