repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
decl3.C
blob
7f938507603667800b10e338719a388bb4d68765
1
// c++/32560
2
3
namespace N {}
4
5
template<typename> struct A
6
{
7
int A<typename N::X>; // { dg-error "namespace|argument|before" }
8
};