------- Comment #3 from jason at gcc dot gnu dot org 2010-07-16 16:22 ------- Confirmed; no diagnostic is required by the standard, but we really ought to give one anyway. Simpler testcase:
template <class T> struct A { }; A<int*> a; template <class T> struct A<T*> { }; // { dg-error "A<int *>" } -- jason at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu dot org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |accepts-invalid Last reconfirmed|0000-00-00 00:00:00 |2010-07-16 16:22:18 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32505