This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14671] [3.5 regression] caller-save.c:491: internal compiler error: Segmentation fault
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2004 04:20:53 -0000
- Subject: [Bug bootstrap/14671] [3.5 regression] caller-save.c:491: internal compiler error: Segmentation fault
- References: <20040321182857.14671.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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