From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 346 invoked by alias); 3 Jan 2005 20:28:20 -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 32566 invoked by uid 48); 3 Jan 2005 20:28:01 -0000 Date: Mon, 03 Jan 2005 20:28:00 -0000 Message-ID: <20050103202801.32563.qmail@sourceware.org> From: "larsbj at gullik dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050103134043.19241.larsbj@gullik.net> References: <20050103134043.19241.larsbj@gullik.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19241] [4.0 Regression] ICE in make_decl_rtl, at varasm.c:867 X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg00256.txt.bz2 List-Id: ------- Additional Comments From larsbj at gullik dot net 2005-01-03 20:28 ------- (In reply to comment #12) > > > grep -v ^# FormExternal.ii> FormExternal.cc > > gcc FormExternal.cc -include pch.ii > > So it is quite obvious that just using preprocessed sources will not > show the ICE. If I compile like this: gcc -c -O -fno-exceptions --include=pch.ii FormExternal.cc (both -O and -fno-exceptions) Then I get the usual error: /opt/gcc-head/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/debug/safe_base.h: In member function â__gnu_debug::_Safe_iterator::iterator, __gnu_debug_def::map<_Key, _Tp, _Compare, _Allocator> > __gnu_debug_def::map<_Key, _Tp, _Compare, _Allocator>::end() [with _Key = std::string, _Tp = lyx::external::Template::Format, _Compare = std::less, _Allocator = std::allocator >]â: /opt/gcc-head/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/debug/safe_base.h:88: internal compiler error: in make_decl_rtl, at varasm.c:867 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19241