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
/
pr105458.c
blob
eb58bf21f32866e37db79bbe82247f9b7050e784
1
/* PR tree-optimization/105458 */
2
/* { dg-do compile } */
3
/* { dg-options "-O1 -fexpensive-optimizations -fno-tree-dominator-opts " } */
4
5
void
6
yj
(
int
j4
)
7
{
8
int
t3
;
9
10
for
(
t3
=
0
;
t3
<
6
; ++
t3
)
11
{
12
short int
v4
=
t3
;
13
14
if
(
v4
==
j4
||
v4
>
t3
)
15
for
(;;)
16
{
17
}
18
}
19
}
20