aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr19357.c
blob: 2dc26d786280edeff6b11784138273351c8f36cb (plain)
1
2
3
4
5
6
7
8
/* 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;
}