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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
angle-bracket2.C
blob
fb758e33f766e551d157726231c870417cf863cb
1
// { dg-do compile }
2
// Contributed by MattyT <mattyt-bugzilla at tpg dot com dot au>
3
// PR c++/14028: Parser accepts invalid unbalanced bracket.
4
5
template <int> struct A {};
6
template <typename TP> class B : public A<4 {}; // { dg-error "" }