Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / hotpatch-compile-6.c
blobcb10b66f0d3c6fd7acd32f97019d2453a390a530
1 /* Functional tests for the function hotpatching feature. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -mzarch -mhotpatch=1000001" } */
6 int main (void)
8 return 0;
11 /* { dg-excess-errors "argument to '-mhotpatch=' is too large .max. 1000000." } */