PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / binop-notor1.c
blob0f2dc38d27783853dcb9630e42a3302c78a69d52
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int
5 foo (_Bool a, _Bool b)
7 return (a | !a) | (!b | b);
10 /* { dg-final { scan-tree-dump-times "return 1" 1 "optimized" } } */