From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29003 invoked by alias); 23 Nov 2005 19:47:34 -0000 Received: (qmail 28963 invoked by uid 48); 23 Nov 2005 19:47:32 -0000 Date: Wed, 23 Nov 2005 19:47:00 -0000 Message-ID: <20051123194732.28962.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many platforms In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pluto at agmk dot net" 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 X-SW-Source: 2005-11/txt/msg03275.txt.bz2 List-Id: ------- Comment #35 from pluto at agmk dot net 2005-11-23 19:47 ------- (In reply to comment #34) > Did you try to compile make.adb at -O1 or -O0? i always do a full bootstrap with different flags for stage1 and 2+. make bootstrap \ BOOT_CFLAGS="%{rpmcflags}" \ STAGE1_CFLAGS="%{rpmcflags} -O0" \ stage1 (with -O0) builds, stage2 fails. (rpmcflags == -O2 + additional options). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533