public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/13884] New: Protect sstream.tcc from extern template use
@ 2004-01-27 11:32 grigory dot zagorodnev at intel dot com
  2004-01-27 11:41 ` [Bug libstdc++/13884] " pcarlini at suse dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: grigory dot zagorodnev at intel dot com @ 2004-01-27 11:32 UTC (permalink / raw)
  To: gcc-bugs

A guarding preprocessor condition is missing in file "include/bits/sstream.tcc"
to disbale extern template feature use. It is expected to see the following:

#if _GLIBCPP_EXTERN_TEMPLATE
  extern template class basic_stringbuf<char>;
  extern template class basic_istringstream<char>;
  ...
#endif

-- 
           Summary: Protect sstream.tcc from extern template use
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: grigory dot zagorodnev at intel dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-redhat-linux


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-01-27 12:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-27 11:32 [Bug libstdc++/13884] New: Protect sstream.tcc from extern template use grigory dot zagorodnev at intel dot com
2004-01-27 11:41 ` [Bug libstdc++/13884] " pcarlini at suse dot de
2004-01-27 11:51 ` pcarlini at suse dot de
2004-01-27 12:37 ` cvs-commit at gcc dot gnu dot org
2004-01-27 12:39 ` cvs-commit at gcc dot gnu dot org
2004-01-27 12:40 ` cvs-commit at gcc dot gnu dot org
2004-01-27 12:42 ` pcarlini at suse dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).