------- Comment #10 from jens dot maurer at gmx dot net 2006-11-05 21:54 ------- Here is a shorter test case.
namespace N { template<class T> struct B { int m; }; struct C : B<int> { }; } void g() { N::C().B<int>::m; } -- jens dot maurer at gmx dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jens dot maurer at gmx dot | |net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=189