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
/
pr113093.c
blob
af2a334b45de926aa11d37d51ac194d8d030a327
1
/* { dg-do compile } */
2
/* { dg-options "-Os -fharden-control-flow-redundancy -fnon-call-exceptions" } */
3
_Complex
long
*
c
;
4
void
init
() { *
c
=
1.0
; }