public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/29061]  New: nternal compiler error: in make_class_data, at java/class.c:1774
@ 2006-09-13 14:13 linh at mytum dot de
  2006-09-13 14:16 ` [Bug java/29061] " linh at mytum dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: linh at mytum dot de @ 2006-09-13 14:13 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774
  2006-09-13 14:13 [Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774 linh at mytum dot de
@ 2006-09-13 14:16 ` linh at mytum dot de
  2006-09-13 16:45 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: linh at mytum dot de @ 2006-09-13 14:16 UTC (permalink / raw)
  To: java-prs



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774
  2006-09-13 14:13 [Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774 linh at mytum dot de
  2006-09-13 14:16 ` [Bug java/29061] " linh at mytum dot de
@ 2006-09-13 16:45 ` tromey at gcc dot gnu dot org
  2006-09-13 16:49 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-09-13 16:45 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2006-09-13 16:45 -------
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.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774
  2006-09-13 14:13 [Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774 linh at mytum dot de
  2006-09-13 14:16 ` [Bug java/29061] " linh at mytum dot de
  2006-09-13 16:45 ` tromey at gcc dot gnu dot org
@ 2006-09-13 16:49 ` pinskia at gcc dot gnu dot org
  2006-09-13 16:59 ` linh at mytum dot de
  2006-09-13 17:17 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-13 16:49 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-09-13 16:49 -------
I am thinking SUSE created their 4.1.0 before 4.1.0 was release, I think this
is the same as PR 25366.


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774
  2006-09-13 14:13 [Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774 linh at mytum dot de
                   ` (2 preceding siblings ...)
  2006-09-13 16:49 ` pinskia at gcc dot gnu dot org
@ 2006-09-13 16:59 ` linh at mytum dot de
  2006-09-13 17:17 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: linh at mytum dot de @ 2006-09-13 16:59 UTC (permalink / raw)
  To: java-prs



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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774
  2006-09-13 14:13 [Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774 linh at mytum dot de
                   ` (3 preceding siblings ...)
  2006-09-13 16:59 ` linh at mytum dot de
@ 2006-09-13 17:17 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-09-13 17:17 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2006-09-13 17:17 -------
Fixed.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-13 17:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-13 14:13 [Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774 linh at mytum dot de
2006-09-13 14:16 ` [Bug java/29061] " linh at mytum dot de
2006-09-13 16:45 ` tromey at gcc dot gnu dot org
2006-09-13 16:49 ` pinskia at gcc dot gnu dot org
2006-09-13 16:59 ` linh at mytum dot de
2006-09-13 17:17 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).