From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27219 invoked by alias); 25 Jul 2004 15:25:44 -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 27198 invoked by uid 48); 25 Jul 2004 15:25:43 -0000 Date: Sun, 25 Jul 2004 15:25:00 -0000 From: "debian-gcc at lists dot debian dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040725152539.16706.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/16706] New: ICE in finish_member_declaration, at cp/semantics.c:2126 X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg02841.txt.bz2 List-Id: [forwarded from http://bugs.debian.org/261051] seen with 3.4.1 and HEAD 20040717, configured with --enable-libstdc++-allocator=mt. ok with 3.3.4 (configured with standard allocator). Not yet checked with the default configuration in 3.4 and HEAD. Matthias $ gcc-3.4 -c oggfile.ii /usr/include/c++/3.4/ext/mt_allocator.h: In instantiation of `__gnu_cxx::__mt_alloc<_Tp>': /usr/include/c++/3.4/bits/allocator.h:81: instantiated from `std::allocator<_CharT>' /usr/include/c++/3.4/bits/stl_list.h:295: instantiated from `std::_List_base >' /usr/include/c++/3.4/bits/stl_list.h:388: instantiated from `std::list >' /src/kde/kdesupport/taglib/toolkit/tlist.h:53: instantiated from `TagLib::List' /src/kde/kdesupport/taglib/toolkit/tlist.tcc:67: instantiated from `TagLib::List::ListPrivate::ListPrivate() [with TP = TagLib::Ogg::Page, T = TagLib::Ogg::Page*]' /src/kde/kdesupport/taglib/toolkit/tlist.tcc:90: instantiated from `TagLib::List::List() [with T = TagLib::Ogg::Page*]' /src/kde/kdesupport/taglib/ogg/oggfile.cpp:42: instantiated from here /usr/include/c++/3.4/ext/mt_allocator.h:120: internal compiler error: in finish_member_declaration, at cp/semantics.c:2101 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: ICE in finish_member_declaration, at cp/semantics.c:2126 Product: gcc Version: 3.4.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: debian-gcc at lists dot debian dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i486-linux GCC host triplet: i486-linux GCC target triplet: i486-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16706