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
/
parse
/
dupl-tmpl-args1.C
blob
a7beabc90824233b35118afcc6015a03ee4afc7e
1
// PR c++/8928
2
// Origin: <sebor@roguewave.com>
3
// { dg-do compile }
4
5
namespace N
6
{
7
8
template <typename T, typename U> struct A {};
9
typedef A<int, int> B;
10
11
}
12
13
N::B<int, int> a; // { dg-error "" }