mips.exp (setup_mips_tests): Set mips_abi to the default ABI.
[official-gcc.git] / gcc / testsuite / gcc.dg / Wall.c
blob86a359b49cd55ca8992929bbc836fd9f82c80db0
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()
8 int a;
9 5 * (a == 1) | (a == 2); /* { dg-warning "no effect" "no effect" } */