summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20020426-1.c
blob: 31be74712c00af17938f13eb55a3c79c796e6ab0 (plain)
1
2
3
4
5
6
7
/* { 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);
}