Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / Wall.c
blob89848471780eecf95886ee83372891a73f1400d4
1 /* PR 30437: Test -Wall
2 Don't change this without changing Wno-all.c as well. */
3 /* { dg-do compile } */
4 /* { dg-options "-Wall" } */
6 void foo(int a)
8 5 * (a == 1) | (a == 2); /* { dg-warning "no effect" "no effect" } */