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
/
torture
/
pr87640.c
blob
09bd3b42f344626eae9c30ab78108f29278e8304
1
/* { dg-do compile } */
2
3
int
main
()
4
{
5
unsigned
b
=
0
;
6
int
c
,
d
= -
8
;
7
for
(;
b
<
2
;
b
++)
8
for
(
c
=
1
;
c
;
c
--)
9
d
++;
10
return
0
;
11
}