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
/
pr18589-7.c
blob
d9c6667382dc654aee4f834f921fdff5ac7953b8
1
/* { dg-do compile } */
2
/* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
3
4
float
baz
(
float
x
,
float
y
)
5
{
6
return
x
*
x
*
x
*
x
*
y
*
y
*
y
*
y
;
7
}
8
9
/* { dg-final { scan-tree-dump-times " \\* " 3 "optimized" } } */