public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327
@ 2005-05-03 15:25 gbenson at redhat dot com
  2005-05-03 15:26 ` [Bug java/21362] " gbenson at redhat dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: gbenson at redhat dot com @ 2005-05-03 15:25 UTC (permalink / raw)
  To: java-prs

Compiling the attached jarfile with optimisation fails with gcj (GCC) 4.0.0
20050423 (Red Hat 4.0.0-2).

$ gcj -findirect-dispatch -shared bork.jar # works
$ gcj -findirect-dispatch -shared -O bork.jar
org/apache/catalina/session/FileStore.java: In class
'org.apache.catalina.session.FileStore':
org/apache/catalina/session/FileStore.java: In method
'org.apache.catalina.session.FileStore.save(org.apache.catalina.Session)':
org/apache/catalina/session/FileStore.java:0: internal compiler error: in
make_edges, at cfgbuild.c:327

-- 
           Summary: ICE in make_edges, at cfgbuild.c:327
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gbenson at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
GCC target triplet: i386-redhat-linux


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


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

* [Bug java/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
@ 2005-05-03 15:26 ` gbenson at redhat dot com
  2005-05-03 15:27 ` gbenson at redhat dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gbenson at redhat dot com @ 2005-05-03 15:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gbenson at redhat dot com  2005-05-03 15:26 -------
Created an attachment (id=8808)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8808&action=view)
Testcase


-- 


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


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

* [Bug java/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
  2005-05-03 15:26 ` [Bug java/21362] " gbenson at redhat dot com
@ 2005-05-03 15:27 ` gbenson at redhat dot com
  2005-05-03 15:53 ` gbenson at redhat dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gbenson at redhat dot com @ 2005-05-03 15:27 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gbenson at redhat dot com  2005-05-03 15:27 -------
This is possibly the same as bug 20606.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug java/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
  2005-05-03 15:26 ` [Bug java/21362] " gbenson at redhat dot com
  2005-05-03 15:27 ` gbenson at redhat dot com
@ 2005-05-03 15:53 ` gbenson at redhat dot com
  2005-05-03 16:08 ` aph at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gbenson at redhat dot com @ 2005-05-03 15:53 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gbenson at redhat dot com  2005-05-03 15:53 -------
Created an attachment (id=8809)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8809&action=view)
Testcase source


-- 


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


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

* [Bug java/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
                   ` (2 preceding siblings ...)
  2005-05-03 15:53 ` gbenson at redhat dot com
@ 2005-05-03 16:08 ` aph at gcc dot gnu dot org
  2005-05-05 16:29 ` [Bug middle-end/21362] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-05-03 16:08 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
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-03 16:08:56
               date|                            |


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


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

* [Bug middle-end/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
                   ` (3 preceding siblings ...)
  2005-05-03 16:08 ` aph at gcc dot gnu dot org
@ 2005-05-05 16:29 ` pinskia at gcc dot gnu dot org
  2005-05-05 16:33 ` aph at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-05 16:29 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-05 16:29 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00425.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |05/msg00425.html
           Keywords|                            |patch


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


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

* [Bug middle-end/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
                   ` (4 preceding siblings ...)
  2005-05-05 16:29 ` [Bug middle-end/21362] " pinskia at gcc dot gnu dot org
@ 2005-05-05 16:33 ` aph at gcc dot gnu dot org
  2005-07-28 21:28 ` rth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-05-05 16:33 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2005-05-05 16:33 -------
This may be a dup of 20606

-- 


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


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

* [Bug middle-end/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
                   ` (5 preceding siblings ...)
  2005-05-05 16:33 ` aph at gcc dot gnu dot org
@ 2005-07-28 21:28 ` rth at gcc dot gnu dot org
  2005-07-28 21:28 ` rth at gcc dot gnu dot org
  2005-07-28 21:30 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-07-28 21:28 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.2


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


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

* [Bug middle-end/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
                   ` (6 preceding siblings ...)
  2005-07-28 21:28 ` rth at gcc dot gnu dot org
@ 2005-07-28 21:28 ` rth at gcc dot gnu dot org
  2005-07-28 21:30 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-07-28 21:28 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From rth at gcc dot gnu dot org  2005-07-28 21:28 -------
Fixed, with http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01811.html

-- 


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


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

* [Bug middle-end/21362] ICE in make_edges, at cfgbuild.c:327
  2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
                   ` (7 preceding siblings ...)
  2005-07-28 21:28 ` rth at gcc dot gnu dot org
@ 2005-07-28 21:30 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-28 21:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-28 21:30 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-07-28 21:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-03 15:25 [Bug java/21362] New: ICE in make_edges, at cfgbuild.c:327 gbenson at redhat dot com
2005-05-03 15:26 ` [Bug java/21362] " gbenson at redhat dot com
2005-05-03 15:27 ` gbenson at redhat dot com
2005-05-03 15:53 ` gbenson at redhat dot com
2005-05-03 16:08 ` aph at gcc dot gnu dot org
2005-05-05 16:29 ` [Bug middle-end/21362] " pinskia at gcc dot gnu dot org
2005-05-05 16:33 ` aph at gcc dot gnu dot org
2005-07-28 21:28 ` rth at gcc dot gnu dot org
2005-07-28 21:28 ` rth at gcc dot gnu dot org
2005-07-28 21:30 ` 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).