repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr95717.C
blob
362dc10656bea7809c735c699871114e84e28e05
1
// { dg-do compile }
2
3
bool a;
4
extern bool b[];
5
long c, d;
6
int *f;
7
void g(bool h)
8
{
9
for (short e = 0; e < c; e = 4)
10
for (; d; d++)
11
b[d] = a = f[d] ? c ? h : 0 : h;
12
}