------- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-25 03:19 ------- reduced testcase: template <class charT> struct s { charT imp() const; }; template <class charT> charT s<charT>::imp() const { static const int masks[20] = {0}; } __extension__ extern template char s<char>::imp() const; int regcompA(void) { s<char> t; t.imp(); }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-09-25 03:19:34 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29202