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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
ipa
/
pr80104.c
blob
7e75c9907e7d292bcabb815887b36a2520c714b7
1
/* PR ipa/80104 */
2
/* { dg-do compile } */
3
/* { dg-options "-fipa-icf" } */
4
5
float
6
a
(
_Complex
float
b
)
7
{
8
return
*&
b
;
9
}
10
11
float
12
c
(
_Complex
float
b
)
13
{
14
return
(&
b
)[
0
];
15
}