[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
Tue Mar 23 04:20:00 GMT 2004
------- Additional Comments From danglin at gcc dot gnu dot org 2004-03-23 04:20 -------
The segfault occurs at line 1776 in alias.c:
if (CONSTANT_P (y))
This generates a misaligned load. The backtrace is as follows:
#0 memrefs_conflict_p (xsize=Variable "xsize" is not available.
) at ../../gcc/gcc/alias.c:1591
#1 0x40000000000b408c in true_dependence (mem=Variable "mem" is not available.
) at ../../gcc/gcc/alias.c:2142
#2 0x400000000021ccdc in loop_invariant_p (loop=Variable "loop" is not
available.
)
at ../../gcc/gcc/loop.c:3378
#3 0x400000000022c1a8 in loop_optimize (f=Variable "f" is not available.
) at ../../gcc/gcc/loop.c:884
#4 0x40000000003032b0 in rest_of_handle_loop_optimize (decl=Variable "decl" is
not available.
)
at ../../gcc/gcc/passes.c:1445
#5 0x4000000000305634 in rest_of_compilation (decl=Variable "decl" is not
available.
)
...
Sorry, gdb isn't working very well on hppa64 at the moment.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14671
More information about the Gcc-bugs
mailing list