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