repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/ucnid-[23456].c: XFAIL on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20020426-1.c
blob
67b09b3f80d3dca17d87379a1d2d600d108da225
1
/* { dg-do compile { target i?86-*-* } } */
2
/* { dg-options "-msoft-float -mfp-ret-in-387" } */
3
/* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */
4
5
void
f
() {
6
__builtin_apply
(
0
,
0
,
0
);
7
}