public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/20522] New: ICE in update_aliases, at java/decl.c:163
@ 2005-03-18 13:59 green at redhat dot com
  2005-03-19 22:41 ` [Bug java/20522] " cvs-commit at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: green at redhat dot com @ 2005-03-18 13:59 UTC (permalink / raw)
  To: java-prs

Found while building rhino's js.jar.

Grab js.jar from http://spindazzle.org/js.jar (sources from JPackage.org).

Try....

$ gcj -O1 -shared -o js.jar.so js.jar

I get an ICE in update_aliases, at java/decl.c:163

-- 
           Summary: ICE in update_aliases, at java/decl.c:163
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: aph at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org,java-prs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug java/20522] ICE in update_aliases, at java/decl.c:163
  2005-03-18 13:59 [Bug java/20522] New: ICE in update_aliases, at java/decl.c:163 green at redhat dot com
@ 2005-03-19 22:41 ` cvs-commit at gcc dot gnu dot org
  2005-03-19 22:44 ` aph at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-19 22:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-18 13:57 -------
Subject: Bug 20522

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	aph@gcc.gnu.org	2005-03-18 13:57:15

Modified files:
	gcc/java       : decl.c ChangeLog 

Log message:
	2005-03-18  Andrew Haley  <aph@redhat.com>
	
	PR java/20522
	* decl.c (update_aliases): Don't update variables that are about
	to die.
	(maybe_poplevels): Add comment.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.209&r2=1.209.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1556.2.6&r2=1.1556.2.7



-- 


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


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

* [Bug java/20522] ICE in update_aliases, at java/decl.c:163
  2005-03-18 13:59 [Bug java/20522] New: ICE in update_aliases, at java/decl.c:163 green at redhat dot com
  2005-03-19 22:41 ` [Bug java/20522] " cvs-commit at gcc dot gnu dot org
@ 2005-03-19 22:44 ` aph at gcc dot gnu dot org
  2005-03-20  0:43 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-03-19 22:44 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aph at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug java/20522] ICE in update_aliases, at java/decl.c:163
  2005-03-18 13:59 [Bug java/20522] New: ICE in update_aliases, at java/decl.c:163 green at redhat dot com
  2005-03-19 22:41 ` [Bug java/20522] " cvs-commit at gcc dot gnu dot org
  2005-03-19 22:44 ` aph at gcc dot gnu dot org
@ 2005-03-20  0:43 ` cvs-commit at gcc dot gnu dot org
  2005-03-23 19:29 ` aph at gcc dot gnu dot org
  2005-04-20  2:35 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-20  0:43 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-18 13:59 -------
Subject: Bug 20522

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	aph@gcc.gnu.org	2005-03-18 13:59:11

Modified files:
	gcc/java       : decl.c ChangeLog 

Log message:
	2005-03-18  Andrew Haley  <aph@redhat.com>
	
	PR java/20522
	* decl.c (update_aliases): Don't update variables that are about
	to die.
	(maybe_poplevels): Add comment.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&r1=1.212&r2=1.213
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1575&r2=1.1576



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aph at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug java/20522] ICE in update_aliases, at java/decl.c:163
  2005-03-18 13:59 [Bug java/20522] New: ICE in update_aliases, at java/decl.c:163 green at redhat dot com
                   ` (2 preceding siblings ...)
  2005-03-20  0:43 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-23 19:29 ` aph at gcc dot gnu dot org
  2005-04-20  2:35 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-03-23 19:29 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2005-03-23 18:46 -------
.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug java/20522] ICE in update_aliases, at java/decl.c:163
  2005-03-18 13:59 [Bug java/20522] New: ICE in update_aliases, at java/decl.c:163 green at redhat dot com
                   ` (3 preceding siblings ...)
  2005-03-23 19:29 ` aph at gcc dot gnu dot org
@ 2005-04-20  2:35 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20  2:35 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-04-20  2:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-18 13:59 [Bug java/20522] New: ICE in update_aliases, at java/decl.c:163 green at redhat dot com
2005-03-19 22:41 ` [Bug java/20522] " cvs-commit at gcc dot gnu dot org
2005-03-19 22:44 ` aph at gcc dot gnu dot org
2005-03-20  0:43 ` cvs-commit at gcc dot gnu dot org
2005-03-23 19:29 ` aph at gcc dot gnu dot org
2005-04-20  2:35 ` 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).