view gcc/testsuite/gcc.c-torture/compile/pr19357.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* 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;
}