[Bug c++/59044] [4.8/4.9 Regression] Internal compiler error triggers when accessing a typedef in a specialized member class

decaluwe.t at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Nov 8 15:01:00 GMT 2013


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

--- Comment #2 from Tom De Caluwé <decaluwe.t at gmail dot com> ---
As far as I can verify partial specializations are only allowed at namespace
scope so you're right. However gcc never used to complain about such
constructs.

In any case, an internal compiler error is never desired behaviour, hence the
bug report.


More information about the Gcc-bugs mailing list