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
2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
non-templ1.C
blob
07bb3793a6daa6d7f11388a11916ecab44d382a9
1
// PR c++/9228
2
// Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
3
// { dg-do compile }
4
5
struct A
6
{
7
struct B { B(int); };
8
};
9
10
template <typename T> typename A<T>::B foo() { return 1; } // { dg-error "" }