[AArch64] Improve bit-test-branch pattern to avoid unnecessary register clobber
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / hotpatch-compile-4.c
blobd9f13425adc249ece9ad6c90238cb60905bebd5f
1 /* Functional tests for the function hotpatching feature. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -mzarch -mhotpatch=-1" } */
6 int main (void)
8 return 0;
11 /* { dg-excess-errors "argument to '-mhotpatch=' should be a non-negative integer" } */