Bug 130010

Summary: Bad class created by ecj in ant
Product: [Fedora] Fedora Reporter: Gary Benson <gbenson>
Component: ecjAssignee: Gary Benson <gbenson>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low 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: 2005-06-03 09:13:46 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:

Description Gary Benson 2004-08-16 15:55:05 UTC
Description of problem:
Ecj incorrectly compiles one of ant's tasks, causing gcj to emit the
following error when compiling the bytecode to native:

org/apache/tools/ant/taskdefs/FixCRLF.java: In class
`org.apache.tools.ant.taskdefs.FixCRLF':
org/apache/tools/ant/taskdefs/FixCRLF.java: In method
`org.apache.tools.ant.taskdefs.FixCRLF.processFile(java.lang.String)':
org/apache/tools/ant/taskdefs/FixCRLF.java:366: error: verification
error at PC=659
org/apache/tools/ant/taskdefs/FixCRLF.java:366: error: might transfer
control into subroutine
e

Version-Release number of selected component (if applicable):
ecj-2.1.3-5

Additional info:
This is not bug 129323.

Comment 1 Gary Benson 2004-09-08 10:59:57 UTC
*** Bug 126491 has been marked as a duplicate of this bug. ***