Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / hotpatch-compile-14.c
bloba5871f9e8dc8ea30f8982f672975876b97fe9ac1
1 /* Functional tests for the function hotpatching feature. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -mzarch -mhotpatch=1000001,1000000" } */
6 viod main(void)
8 return 0;
11 /* { dg-error "argument to .-mhotpatch=n,m. is too large" "" { target *-*-* } 0 } */