[Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread linh at mytum dot de
testserver.java in Jessie 1.0.1.

cmmand : gcj -v -c -o testserver.o testserver.java


Using built-in specs.
Reading specs from /usr/lib/gcc/i586-suse-linux/4.1.0/../../../libgcj.spec
rename spec lib to liborig
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release
--with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp
--enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib
--with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic
--host=i586-suse-linux
Thread model: posix
gcc version 4.1.0 (SUSE Linux)
 /usr/lib/gcc/i586-suse-linux/4.1.0/jc1 testserver.java -fhash-synchronization
-fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions
-fkeep-inline-functions -quiet -dumpbase testserver.java -mtune=generic
-auxbase-strip testserver.o -g1 -version -o /tmp/ccZeNZmX.s
GNU Java version 4.1.0 (SUSE Linux) (i586-suse-linux)
compiled by GNU C version 4.1.0 (SUSE Linux).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64554
Class path starts here:
/usr/local/classpath/share/classpath/glibj.zip/ (zip)
/usr/share/java/libgcj-4.1.0.jar/ (system) (zip)
testserver.java:9: internal compiler error: in make_class_data, at
java/class.c:1774
Please submit a full bug report,
with preprocessed source if appropriate.


-- 
   Summary: nternal compiler error: in make_class_data, at
java/class.c:1774
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: linh at mytum dot de


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



[Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread linh at mytum dot de


--- Comment #1 from linh at mytum dot de  2006-09-13 14:16 ---
Created an attachment (id=12251)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12251&action=view)
this testserver in jesssie-1.0.1 is compiled under classpath-0.92.


-- 


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



[Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread linh at mytum dot de


--- Comment #4 from linh at mytum dot de  2006-09-13 16:59 ---
(In reply to comment #2)
> I tried this with 4.1 (failed due to missing imports), the RH 4.1 (worked)
> and svn head (worked).  So, I think we would need more information to
> proceed.
> 
I compiled this with 4.1,  Suse 10.1.
Now I try this with jikes 1.22. Then It works well. I think it is a bug with
gcj in Suse 10.1. Thanks for help 


-- 


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