Bug 155385

Summary: gcj ICE with -O1/2/3 at make_edges at cfgbuild.c:327
Product: [Fedora] Fedora Reporter: Luca Barbieri <luca.barbieri>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-24 17:28:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
eclipseServer/EclipseServer$ServerThread.class file none

Description Luca Barbieri 2005-04-19 19:40:02 UTC
Description of problem:
gcj ICE with -O1/2/3 at make_edges at cfgbuild.c:327 when building the attached
file with gcj -O1 -c -findirect-dispatch

Version-Release number of selected component (if applicable):
gcc-java-4.0.0-0.42

How reproducible:
Always

Steps to Reproduce:
1. gcj -O1 -c -findirect-dispatch eclipseServer/EclipseServer\$ServerThread.class
  
Actual results:
eclipseServer/EclipseServer$ServerThread.java: In class
'eclipseServer.EclipseServer$ServerThread':
eclipseServer/EclipseServer$ServerThread.java: In method
'eclipseServer.EclipseServer$ServerThread.run()':
eclipseServer/EclipseServer$ServerThread.java:0: internal compiler error: in
make_edges, at cfgbuild.c:327
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.


Expected results:
It works.

Additional info:
The code attached is not part of any released software.

Comment 1 Luca Barbieri 2005-04-19 19:40:02 UTC
Created attachment 113371 [details]
eclipseServer/EclipseServer$ServerThread.class file