This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17051] [3.5 Regression] ICE: internal compiler error: verify_ssa failed.for SSA_NAME: l_addr<D8610>_650
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Aug 2004 21:51:21 -0000
- Subject: [Bug tree-optimization/17051] [3.5 Regression] ICE: internal compiler error: verify_ssa failed.for SSA_NAME: l_addr<D8610>_650
- References: <20040816190449.17051.green@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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