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
c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr71619.c
blob
e1404bc9a9f13d5345ce4f6fc81d4a279dcaf6bb
1
/* PR 71619 */
2
3
/* { dg-do compile } */
4
/* { dg-options "-O --param=max-predicted-iterations=0" } */
5
6
void
7
foo
()
8
{
9
int
count
= -
10
;
10
while
(
count
++);
11
}