From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16492 invoked by alias); 27 Jan 2004 11:32:36 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16485 invoked by uid 48); 27 Jan 2004 11:32:34 -0000 Date: Tue, 27 Jan 2004 11:32:00 -0000 From: "grigory dot zagorodnev at intel dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040127113229.13884.grigory.zagorodnev@intel.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/13884] New: Protect sstream.tcc from extern template use X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg03383.txt.bz2 List-Id: 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; extern template class basic_istringstream; ... #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