[Bug c++/29757] Non-ISO template qualifiers

2006-11-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-26 00:10 --- Since adding -pedantic rejects this and libstdc++ uses extern template and extern template might become part of the standard, I am going to close this as invalid. -- pinskia at gcc dot gnu dot org changed:

[Bug c++/29757] Non-ISO template qualifiers

2006-11-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-08 17:23 --- *** Bug 29763 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29757

[Bug c++/29757] Non-ISO template qualifiers

2006-11-08 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-11-08 17:29 --- http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1448.pdf so again extern template might be added to the C++ standard so we don't want to

[Bug c++/29757] Non-ISO template qualifiers

2006-11-08 Thread fang at csl dot cornell dot edu
--- Comment #4 from fang at csl dot cornell dot edu 2006-11-08 19:32 --- If you want to reject extern templates (and enforce more standard-conformance in general), add -ansi -pedantic-errors to your CXXFLAGS. -- fang at csl dot cornell dot edu changed: What

[Bug c++/29757] Non-ISO template qualifiers

2006-11-07 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-08 03:49 --- actually extern template might be come part of standard C++ so ... that might be a bad thing to deprecate. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29757