2017-11-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / binop-notand4.c
blobd6ed6b54ebaebd7fcac0dde0245a16e2aac8c6ae
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int
5 foo (int a, int b)
7 return (!a & a) | (b & !b);
10 /* { dg-final { scan-tree-dump-times "return 0" 1 "optimized" } } */