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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr46233.c
blob
8916e4bdd3720e6cc97bcb8fc540fbc2d239cced
1
/* PR tree-optimization/46233 */
2
/* { dg-do compile } */
3
/* { dg-options "-O -fno-tree-dce" } */
4
5
int
6
foo
()
7
{
8
int
i
=
0
;
9
while
(
1
)
10
i
+=
foo
();
11
}