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 java/31853] New: ICE in bootstrap compiling gnu.CORBA.ObjectCreator


I get the following while bootstrapping gcc on a Tru64 alpha:

/bin/ksh ./libtool --mode=compile
/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/gcj
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/ -mieee -fclasspath=
-fbootclasspath=/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -fjni
-findirect-dispatch -c -o gnu-CORBA.lo @gnu-CORBA.list
/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/gcj
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/
-B/freeware/gcc/build/4.1.2/gcc-alpha-build/gcc/ -mieee -fclasspath=
-fbootclasspath=/freeware/gcc/build/4.1.2/gcc-alpha-build/alpha-dec-osf5.1/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -fjni
-findirect-dispatch -c @gnu-CORBA.list  -o .libs/gnu-CORBA.o
gnu/CORBA/ObjectCreator.java: In class 'gnu.CORBA.ObjectCreator':
gnu/CORBA/ObjectCreator.java: In method
'gnu.CORBA.ObjectCreator.createObject(java.lang.String,java.lang.String)':
gnu/CORBA/ObjectCreator.java:122: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

When I remove the '-findirect-dispatch' flag, it compiles the thing.

Anything I can do to help solve this thing?


-- 
           Summary: ICE in bootstrap compiling gnu.CORBA.ObjectCreator
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: deknuydt at esat dot kuleuven dot be
 GCC build triplet: alpha-dec-osf5.1
  GCC host triplet: alpha-dec-osf5.1
GCC target triplet: alpha-dec-osf5.1


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


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