blob: 31be74712c00af17938f13eb55a3c79c796e6ab0 [file] [log] [blame]
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-msoft-float -mfp-ret-in-387" } */
void f() {
__builtin_apply(0, 0, 0);
}