(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
amd64-abi-2.c
       1  /* PR target/26223 */
       2  /* { dg-do compile { target { ! ia32 } } } */
       3  /* { dg-options "-mno-80387" } */
       4  /* { dg-additional-options "-mabi=sysv" { target *-*-mingw* } } */
       5  
       6  long double foo(long double x) { return x; } /* { dg-error "x87 disabled" } */
       7  long double bar(long double x) { return x; }
       8