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
/
fold-eqcmplx-1.c
blob
6c8e05f25899e16d2280c50a2903d85fc5f000e8
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-original" } */
3
4
int
foo
(
float
x
,
float
y
)
5
{
6
return
(
_Complex
float
)
x
== (
_Complex
float
)
y
;
7
}
8
9
/* { dg-final { scan-tree-dump-times "x == y" 1 "original" } } */