1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-optimized" } */
4 /* Testcase for PR31657. */
6 int foo (int x
, int a
, int b
)
8 /* if ((x & a) || (x & b)) */
17 /* then - returing 1 causes phiopt to trigger */
22 /* { dg-final { scan-tree-dump "\\|" "optimized" } } */
23 /* { dg-final { cleanup-tree-dump "optimized" } } */