This is the mail archive of the gcc-bugs@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]

[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



------- 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


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