rt_gccstream/gcc/testsuite/gcc.target/i386/20020426-1.c

8 lines
162 B
C

/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-msoft-float -mfp-ret-in-387" } */
void f() {
__builtin_apply(0, 0, 0);
}