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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr19357.c
blob
2dc26d786280edeff6b11784138273351c8f36cb
1
/* This generated an ICE for an ia64-linux target. */
2
struct
f
{
3
float
f
[
8
];
4
};
5
6
long double
ftest
(
struct
f arg1
,
long double
arg2
) {
7
return
arg2
;
8
}