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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr26869.c
blob
6743319d109bd5b8f36d44cd7b7c2abd6338e315
1
/* { dg-do compile } */
2
3
_Complex
float
f
(
_Complex
float
b
,
_Complex
float
c
)
4
{
5
_Complex
float
a
=
1.0
+
0.0
i
;
6
return
a
/
c
;
7
}