repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash23.C
blob
0c3eac1acbfe826224ba5678a2fb102a591d7a7b
1
// PR c++/17642
2
3
template<int dim>
4
int f(const int* const lsh, const int* const bbox, const int* const nghostzones, int d)
5
{
6
for (int d=0; d<dim; ++d)
7
lsh[d] - (bbox[2*d+1] ? 0 : nghostzones[d]);
8
}
9