From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12022 invoked by alias); 31 Jan 2005 12:06:56 -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 11342 invoked by uid 48); 31 Jan 2005 12:06:29 -0000 Date: Mon, 31 Jan 2005 12:06:00 -0000 Message-ID: <20050131120629.11341.qmail@sourceware.org> From: "micis at gmx dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040913112124.17454.micis@gmx.de> References: <20040913112124.17454.micis@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/17454] [4.0 Regression] ICE with --enable-checking=fold X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg04590.txt.bz2 List-Id: ------- Additional Comments From micis at gmx dot de 2005-01-31 12:06 ------- I have rechecked it at x86_64. It occurs only with configure/make bootstrap, not with configure make. Actual error is: stage1/xgcc -Bstage1/ -B/usr/local/gcc40c/x86_64-unknown-linux-gnu/bin/ -c - g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style- definition -Werror -DHAVE_CONFIG_H -I. -I. -I../../gcc40/gcc - I../../gcc40/gcc/. -I../../gcc40/gcc/../include - I../../gcc40/gcc/../libcpp/include ../../gcc40/gcc/dbxout.c -o dbxout.o ../../gcc40/gcc/dbxout.c: In function 'dbxout_int': ../../gcc40/gcc/dbxout.c:429: internal compiler error: fold check: original tree changed by fold Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [dbxout.o] Error 1 make[2]: Leaving directory `/home/cie019/gcc40c/obj/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/home/cie019/gcc40c/obj/gcc' make: *** [bootstrap] Error 2 I will check it on ppc later Michael Cieslinski -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17454