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
2012-01-27 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash14.C
blob
cf6fffa1a6bdd65e111bc855f23a05573c71c136
1
// { dg-options -std=c++98 }
2
3
template <int T> class foo { public: foo() { } class Z { };};
4
template <int I[2]> void dep7(foo<I[0]> *) { } // { dg-error "" }
5