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
/
pr79574.c
blob
1b666e20d21766dda60ae471f415ebc98a2f05c1
1
/* PR rtl-optimization/79574 */
2
/* { dg-do compile } */
3
/* { dg-options "-Os --param gcse-cost-distance-ratio=2147483647" } */
4
5
void
a
(
void
)
6
{
7
volatile
int
b
;
8
for
(;;
b
)
9
;
10
}