* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / mgeneral-regs_3.c
blobf6b5fbae70b95d721e8007fe4dd4180587ff187f
1 /* { dg-options "-mgeneral-regs-only -O2" } */
3 extern void abort (void);
5 int
6 test (int i, ...)
8 float f = (float) i; /* { dg-error "'-mgeneral-regs-only' is incompatible with floating-point code" } */
9 if (f != f) abort ();
10 return 2;