PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / binop-notand3a.c
blob26f351b70bec916956e6d1f10e337174fd1ab843
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int
5 foo (short a)
7 return (!a & 1) != ((a == 0) & 1);
10 /* { dg-final { scan-tree-dump-times "return 0" 1 "optimized" } } */