rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr19357.c

9 lines
154 B
C

/* This generated an ICE for an ia64-linux target. */
struct f {
float f[8];
};
long double ftest(struct f arg1, long double arg2) {
return arg2;
}