From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1795 invoked by alias); 11 Jun 2005 20:49:41 -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 1779 invoked by uid 48); 11 Jun 2005 20:49:38 -0000 Date: Sat, 11 Jun 2005 20:49:00 -0000 Message-ID: <20050611204938.1778.qmail@sourceware.org> From: "laurent at guerby dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050611183034.22019.laurent@guerby.net> References: <20050611183034.22019.laurent@guerby.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/22019] [4.1 Regression] do_structure_copy ICE on Ada gnatlib X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg01582.txt.bz2 List-Id: ------- Additional Comments From laurent at guerby dot net 2005-06-11 20:49 ------- gnattools hits the same ICE on two files, -O0 works there too. Now on to ACATS... ../../xgcc -B../../ -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -gnatpg -gnata -I- -I../rts -I. -I/home/guerby/work/gcc/version-head/gcc/ada /home/guerby/work/gcc/version-head/gcc/ada/make.adb -o make.o +===========================GNAT BUG DETECTED==============================+ | 4.1.0 20050610 (experimental) (x86_64-unknown-linux-gnu) GCC error: | | tree check: expected integer_cst, have cond_expr in | | do_structure_copy, at tree-ssa-structalias.c:2321 | | Error detected at make.adb:7263:23 | ../../xgcc -B../../ -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -gnatpg -gnata -I- -I../rts -I. -I/home/guerby/work/gcc/version-head/gcc/ada /home/guerby/work/gcc/version-head/gcc/ada/prj-util.adb -o prj-util.o +===========================GNAT BUG DETECTED==============================+ | 4.1.0 20050610 (experimental) (x86_64-unknown-linux-gnu) GCC error: | | tree check: expected integer_cst, have cond_expr in | | do_structure_copy, at tree-ssa-structalias.c:2321 | | Error detected at prj-util.adb:668:1 | -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22019