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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr64075.c
blob
f913a79eed10af0ac22b80746108be7624bc29f5
1
/* PR lto/64075 */
2
/* { dg-do compile } */
3
/* { dg-require-effective-target lto } */
4
/* { dg-options "-flto" } */
5
6
_Complex
float
test
(
float
a
,
float
b
,
float
c
,
float
d
)
7
{
8
return
1.0
iF
;
9
}