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
/
pr99136.c
blob
cd1cc1ba5a793f7350eba0b6060b93e7c33710d2
1
/* PR c/99136 */
2
/* { dg-do compile } */
3
/* { dg-options "-fpermissive -w -fexcess-precision=standard" } */
4
5
void
6
foo
(
double
x
)
7
{
8
return
1.0
/
x
;
9
}