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