Bug 21362 - ICE in make_edges, at cfgbuild.c:327
Summary: ICE in make_edges, at cfgbuild.c:327
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: 4.0.2
Assignee: Andrew Haley
URL: http://gcc.gnu.org/ml/gcc-patches/200...
Keywords: ice-on-valid-code, patch
Depends on: 20606
Blocks:
  Show dependency treegraph
 
Reported: 2005-05-03 15:25 UTC by Gary Benson
Modified: 2005-07-28 21:30 UTC (History)
2 users (show)

See Also:
Host:
Target: i386-redhat-linux
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-05-03 16:08:56


Attachments
Testcase (3.63 KB, application/x-jar)
2005-05-03 15:26 UTC, Gary Benson
Details
Testcase source (3.04 KB, text/plain)
2005-05-03 15:53 UTC, Gary Benson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Benson 2005-05-03 15:25:21 UTC
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
Comment 1 Gary Benson 2005-05-03 15:26:27 UTC
Created attachment 8808 [details]
Testcase
Comment 2 Gary Benson 2005-05-03 15:27:36 UTC
This is possibly the same as bug 20606.
Comment 3 Gary Benson 2005-05-03 15:53:56 UTC
Created attachment 8809 [details]
Testcase source
Comment 4 Andrew Pinski 2005-05-05 16:29:31 UTC
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00425.html>.
Comment 5 Andrew Haley 2005-05-05 16:33:31 UTC
This may be a dup of 20606
Comment 6 Richard Henderson 2005-07-28 21:28:01 UTC
Fixed, with http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01811.html
Comment 7 Andrew Pinski 2005-07-28 21:30:18 UTC
Fixed.