PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr57655.c
blob33a59d3a2634edc7fb3f0bcb71b61435cd428687
1 /* { dg-do compile } */
2 /* { dg-options "-mavx -mvzeroupper -mno-fp-ret-in-387" } */
4 long double
5 foo (long double x)
6 { /* { dg-error "x87 register return with x87 disabled" "" { target { ! ia32 } } } */
7 return __builtin_ilogbl (x);