From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22221 invoked by alias); 3 Jan 2005 20:19:13 -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 22205 invoked by uid 48); 3 Jan 2005 20:19:10 -0000 Date: Mon, 03 Jan 2005 20:19:00 -0000 Message-ID: <20050103201910.22204.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/msg00253.txt.bz2 List-Id: ------- Additional Comments From larsbj at gullik dot net 2005-01-03 20:19 ------- (In reply to comment #11) > grep -v ^# FormExternal.ii> FormExternal.cc > gcc FormExternal.cc -include pch.ii ok, my mistake was using g++ instead. Using the above I to get a clean compile (-c). So it is quite obvious that just using preprocessed sources will not show the ICE. Note that not only PCH is turned on when compiling, but libstdc++ debug mode and concept checking as well. If I turn concept checking off then it compiles, I have not tried with turning off debug mode yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19241