public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/25366]  New: ICE in do_resolve_class
@ 2005-12-12 11:56 jakub at gcc dot gnu dot org
  2005-12-12 11:57 ` [Bug java/25366] " jakub at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-12 11:56 UTC (permalink / raw)
  To: java-prs

redhat/gcc-4_1-branch GCC as well as trunk ICEs on:
/usr/src/gcc/obj3/gcc/jc1 \
org/eclipse/jdt/internal/compiler/problem/AbortCompilationUnit.java -quiet \
-dumpbase AbortCompilationUnit.java -mtune=k8 -auxbase-strip NONE -g1 \
-Wno-deprecated -version -fsyntax-only -femit-class-files -o /dev/null \
-fclasspath=.:usr/share/java/libgcj-4.1.0.jar
GNU Java version 4.2.0 20051212 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.0.2 20051125 (Red Hat 4.0.2-8).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Class path starts here:
    ./
    usr/share/java/libgcj-4.1.0.jar/ (zip)
    /usr/local/share/java/libgcj-4.2.0.jar/ (system) (zip)
./org/eclipse/jdt/internal/compiler/codegen/Label.java:263: 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.

I'll attach the .java files.


-- 
           Summary: ICE in do_resolve_class
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: x86_64-linux


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


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

* [Bug java/25366] ICE in do_resolve_class
  2005-12-12 11:56 [Bug java/25366] New: ICE in do_resolve_class jakub at gcc dot gnu dot org
@ 2005-12-12 11:57 ` jakub at gcc dot gnu dot org
  2005-12-12 15:34 ` aph at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-12-12 11:57 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from jakub at gcc dot gnu dot org  2005-12-12 11:57 -------
Created an attachment (id=10456)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10456&action=view)
org.tar.bz2

The ICE is in do_resolve_class, because current_class seems to be NULL.


-- 


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


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

* [Bug java/25366] ICE in do_resolve_class
  2005-12-12 11:56 [Bug java/25366] New: ICE in do_resolve_class jakub at gcc dot gnu dot org
  2005-12-12 11:57 ` [Bug java/25366] " jakub at gcc dot gnu dot org
@ 2005-12-12 15:34 ` aph at gcc dot gnu dot org
  2005-12-12 15:35 ` aph at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-12-12 15:34 UTC (permalink / raw)
  To: java-prs



-- 

aph at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aph at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-12 15:34:48
               date|                            |


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


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

* [Bug java/25366] ICE in do_resolve_class
  2005-12-12 11:56 [Bug java/25366] New: ICE in do_resolve_class jakub at gcc dot gnu dot org
  2005-12-12 11:57 ` [Bug java/25366] " jakub at gcc dot gnu dot org
  2005-12-12 15:34 ` aph at gcc dot gnu dot org
@ 2005-12-12 15:35 ` aph at gcc dot gnu dot org
  2005-12-13  9:41 ` aph at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-12-12 15:35 UTC (permalink / raw)
  To: java-prs



-- 

aph at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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


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

* [Bug java/25366] ICE in do_resolve_class
  2005-12-12 11:56 [Bug java/25366] New: ICE in do_resolve_class jakub at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-12 15:35 ` aph at gcc dot gnu dot org
@ 2005-12-13  9:41 ` aph at gcc dot gnu dot org
  2005-12-13  9:44 ` aph at gcc dot gnu dot org
  2006-01-29 17:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-12-13  9:41 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from aph at gcc dot gnu dot org  2005-12-13 09:41 -------
Subject: Bug 25366

Author: aph
Date: Tue Dec 13 09:41:45 2005
New Revision: 108474

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108474
Log:
2005-12-13  Andrew Haley  <aph@redhat.com>

        PR java/25366
        PR java/25368
        * class.c (maybe_layout_super_class): Update current_class before
        calling do_resolve_class.


Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/class.c


-- 


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


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

* [Bug java/25366] ICE in do_resolve_class
  2005-12-12 11:56 [Bug java/25366] New: ICE in do_resolve_class jakub at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-12-13  9:41 ` aph at gcc dot gnu dot org
@ 2005-12-13  9:44 ` aph at gcc dot gnu dot org
  2006-01-29 17:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-12-13  9:44 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from aph at gcc dot gnu dot org  2005-12-13 09:44 -------
Subject: Bug 25366

Author: aph
Date: Tue Dec 13 09:44:35 2005
New Revision: 108475

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108475
Log:
2005-12-13  Andrew Haley  <aph@redhat.com>

        PR java/25366
        PR java/25368
        * class.c (maybe_layout_super_class): Update current_class before
        calling do_resolve_class.



Modified:
    branches/gcc-4_1-branch/gcc/java/ChangeLog
    branches/gcc-4_1-branch/gcc/java/class.c


-- 


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


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

* [Bug java/25366] ICE in do_resolve_class
  2005-12-12 11:56 [Bug java/25366] New: ICE in do_resolve_class jakub at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-12-13  9:44 ` aph at gcc dot gnu dot org
@ 2006-01-29 17:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-29 17:39 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-01-29 17:39 -------
Fixed in 4.1.0.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-01-29 17:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-12 11:56 [Bug java/25366] New: ICE in do_resolve_class jakub at gcc dot gnu dot org
2005-12-12 11:57 ` [Bug java/25366] " jakub at gcc dot gnu dot org
2005-12-12 15:34 ` aph at gcc dot gnu dot org
2005-12-12 15:35 ` aph at gcc dot gnu dot org
2005-12-13  9:41 ` aph at gcc dot gnu dot org
2005-12-13  9:44 ` aph at gcc dot gnu dot org
2006-01-29 17:39 ` pinskia 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).