This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]