From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29300 invoked by alias); 15 Jun 2005 10:42:50 -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 29078 invoked by uid 48); 15 Jun 2005 10:42:33 -0000 Date: Wed, 15 Jun 2005 10:42:00 -0000 Message-ID: <20050615104233.29077.qmail@sourceware.org> From: "belyshev at depni dot sinp dot msu dot ru" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040618045848.16045.belyshev@depni.sinp.msu.ru> References: <20040618045848.16045.belyshev@depni.sinp.msu.ru> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/16045] ICE fold check: original tree changed by fold X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg01994.txt.bz2 List-Id: ------- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-06-15 10:42 ------- Ada frontend fails to bootstrap with --enable-checking=fold: stage1/xgcc -Bstage1/ -B/usr/x86_64-linux/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -Iada -I../../src/gcc -I../../src/gcc/ada -I../../src/gcc/../include -I../../src/gcc/../libcpp/include ../../src/gcc/ada/adaint.c -o ada/adaint.o ../../src/gcc/ada/adaint.c: In function '__gnat_locate_exec': ../../src/gcc/ada/adaint.c:2018: internal compiler error: fold check: original tree changed by fold testcase: ------------------------------------------------------------------------------ char *strstr (const char *, const char *); char *__gnat_locate_exec (char *exec_name) { return strstr (exec_name, ""); } ------------------------------------------------------------------------------ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16045