OSDN Git Service

* gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20020426-1.c
1 /* { dg-do compile { target i?86-*-* } } */
2 /* { dg-options "-msoft-float -mfp-ret-in-387" } */
3
4 void f() {
5   __builtin_apply(0, 0, 0);
6 }