2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / hotpatch-compile-7.c
blob2080eb1f94ac9852cc043b0265fa0aced4d973d2
1 /* Functional tests for the function hotpatching feature. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -mzarch" } */
6 __attribute__((hotpatch(-1,0)))
7 int main (void)
9 return 0;
12 /* { dg-excess-errors "argument to '-mhotpatch=' should be a non-negative integer" } */