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++/20350] [4.0/4.1 Regression] extern template and struct initializer and specification for a static variable


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-03-09 06:42 -------
This is not valid code.  The "extern" specifier in the template specialization
is not permitted by ISO C++, nor is the G++ "extern template" extension.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code


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


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