Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / htm-nofloat-compile-1.c
blobdf7e2bac874b2f3e14a6243836775ac9057b0a7a
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -march=zEC12 -mzarch" } */
4 int
5 foo ()
7 __builtin_tbegin_nofloat (0);
8 __builtin_tbegin_retry_nofloat (0, 42);
10 /* Make sure no FPR saves/restores are emitted. */
11 /* { dg-final { scan-assembler-not "std" } } */
12 /* { dg-final { scan-assembler-not "ld" } } */