[Bug bootstrap/14671] [3.5 regression] caller-save.c:491: internal compiler error: Segmentation fault

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Apr 4 07:12:00 GMT 2004


------- Additional Comments From danglin at gcc dot gnu dot org  2004-04-04 07:12 -------
The segfault is caused by the poisoning of reg_known_value[294].  It is
initially set to a reasonable rtx in init_alias_analysis.  However, the
garbage collector is now run between optimization of loops
(PR optimization/12440) and this somehow poisons reg_known_value[294].


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14671



More information about the Gcc-bugs mailing list