This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/47342] misleading diagnostic for member of undeclared class template partial specialization


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47342

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-18 13:00:26 UTC ---
Oops, the g++ diagnostics I showed were from 4.4 not 4.6, but they're the same
except 4.6 adds column numbers

I've created PR 47343 for the incorrect line number in the case where the
partial specialization is declared but incomplete.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]