From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9860 invoked by alias); 16 Aug 2004 21:51:22 -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 9853 invoked by uid 48); 16 Aug 2004 21:51:21 -0000 Date: Mon, 16 Aug 2004 21:51:00 -0000 Message-ID: <20040816215121.9852.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040816190449.17051.green@redhat.com> References: <20040816190449.17051.green@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/17051] [3.5 Regression] ICE: internal compiler error: verify_ssa failed.for SSA_NAME: l_addr_650 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01581.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-16 21:51 ------- frv-elf does not bootstrap for me: gcc -c -g -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include - I../../gcc/../libcpp/include -I../../gcc/../libbanshee/libcompat -I../../gcc/../libbanshee -I../../gcc/../ libbanshee/points-to \ ../../gcc/config/frv/frv.c -o frv.o ../../gcc/config/frv/frv.c:340: error: parse error before ';' token ../../gcc/config/frv/frv.c:6582: warning: no previous prototype for `frv_ifcvt_init_extra_fields' ../../gcc/config/frv/frv.c:6626: warning: no previous prototype for `frv_ifcvt_modify_tests' ../../gcc/config/frv/frv.c:6983: warning: no previous prototype for `frv_ifcvt_modify_multiple_tests' ../../gcc/config/frv/frv.c:7276: warning: no previous prototype for `frv_ifcvt_modify_insn' ../../gcc/config/frv/frv.c:7524: warning: no previous prototype for `frv_ifcvt_modify_final' ../../gcc/config/frv/frv.c:7580: warning: no previous prototype for `frv_ifcvt_modify_cancel' make: *** [frv.o] Error 1 I have a fix for that error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17051