summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/pr3074-1.c
blob: c2258d57bb1fbaab896b5dcc9bb4609c759cead5 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR middle-end/3074  */
/* { dg-do compile } */
/* { dg-options "-Wall" } */

void foo()
{
  int a;
  5 * (a == 1) | (a == 2);  /* { dg-warning "no effect" "no effect" } */
}

OpenPOWER on IntegriCloud