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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
error4.C
blob
12942fcb7732e66e528c1bc66e11d941c9a5b2c8
1
template<class T> struct C1
2
{
3
template<class U> struct C2
4
{ class Type { }; };
5
};
6
7
template<class T, class U>
8
void foo(typename C1<T>::C2<U>::Type *) { } // { dg-error "template" "error " }
9
// { dg-message "note" "note" { target *-*-* } 8 }