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
/
tree-ssa
/
pr106970.c
blob
cda9bd4691076b48cc92216e6004576adc034e09
1
// { dg-do compile }
2
// { dg-options "-O1 -fno-signed-zeros" }
3
4
void
5
foo
(
double
x
,
double
y
)
6
{
7
if
(!
x
== !
y
* -
1.0
)
8
__builtin_trap
();
9
}