This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/37299] libgcc2.c:806: ICE: vector VEC(me m_ref_p,base) index domain error, in create_vop_ref_mapping_loop at tree-ssa-loop-im.c:1519
- 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: 31 Aug 2008 20:30:48 -0000
- Subject: [Bug tree-optimization/37299] libgcc2.c:806: ICE: vector VEC(me m_ref_p,base) index domain error, in create_vop_ref_mapping_loop at tree-ssa-loop-im.c:1519
- References: <bug-37299-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from danglin at gcc dot gnu dot org 2008-08-31 20:30 -------
The problem in comment #2 is the libgmp/libmpfr installation. I
accidentally installed the shared versions which have a dependency
on libgcc_s.sl. As a result, the following fails:
configure:2611: /test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B
/opt/gnu64/gcc/gcc-4.4.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.4.0/hpp
a64-hp-hpux11.11/lib/ -isystem
/opt/gnu64/gcc/gcc-4.4.0/hppa64-hp-hpux11.11/incl
ude -isystem /opt/gnu64/gcc/gcc-4.4.0/hppa64-hp-hpux11.11/sys-include -c -g -O2
conftest.c >&5
/usr/lib/pa20_64/dld.sl: Unable to find library 'libgcc_s.sl'.
xgcc: Internal error: Killed (program cc1)
The embedded path for libmpfr.sl doesn't include a search path for libgcc_s.sl.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37299