This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
DF_DU_CHAIN | DF_UD_CHAIN flags in new-ra
- From: "Mukta Punjani, Noida" <muktap at noida dot hcltech dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Michael Matz <matz at suse dot de>, Daniel Berlin <dberlin at dberlin dot org>
- Date: Mon, 18 Aug 2003 16:00:06 +0530
- Subject: DF_DU_CHAIN | DF_UD_CHAIN flags in new-ra
Hi,
In the call to df-analyse() in ra.c, passing DF_DU_CHAIN | DF_UD_CHAIN (any
or both) results in ICE in compiling stress
programs(advmilitary.i,advdomestic.i) with the following error report:
[muktap@eagle test]$ ../objs/gcc/cc1 -O2 -ml -m4 -fnew-ra
-fno-schedule-insns -fno-schedule-insns2 advmilitary.i
military_advisor_choose_tech assess_defense_quadratic
advmilitary.i: In function `assess_defense_quadratic':
advmilitary.i:1906: internal compiler error: in parts_to_webs_1, at
ra-build.c:1981
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
The compiler has been built for sh-elf target.
Any pointers on this error..
Thanks and Best Regards,
Mukta