Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / pr79240.c
blobbd8f72f3f800dc304209962ecdd5ecb3790595af
1 /* This testcase checks that s390_extzv_shift_ok does not cause an assertion
2 failure. */
4 /* { dg-do compile } */
5 /* { dg-options "-w -march=z196 -mtune=zEC12 -m64 -mzarch -O2" } */
7 int
8 foo (int a)
10 return sizeof (int) * a + 16 - a * sizeof (int) % 16;