Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr19357.c
blob: 2dc26d786280edeff6b11784138273351c8f36cb [
file
] [
log
] [
blame
]
/* 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
;
}