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
PR tree-optimization/67955
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
tree-ssa
/
pr23624.C
blob
769d690ce8cb8749c92ff0a4c9d6b1ae02a9c1dd
1
/* { dg-do compile } */
2
3
template <int>
4
void f()
5
{
6
int *t, i;
7
t[i ? 0 : i];
8
}