Bug 30585

Summary: [4.3 Regression] gcj doesn't accept -Wall and -Werror anymore
Product: gcc Reporter: Mark Wielaard <mark>
Component: javaAssignee: Tom Tromey <tromey>
Status: RESOLVED FIXED    
Severity: normal CC: gcc-bugs, java-prs
Priority: P3    
Version: 4.3.0   
Target Milestone: 4.3.0   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed: 2007-01-25 20:40:46

Description Mark Wielaard 2007-01-25 14:27:01 UTC
$ gcj -Werror /tmp/x.java
invalid warning: error
$ gcj -Wall /tmp/x.java
invalid warning: all
Comment 1 Tom Tromey 2007-01-30 18:59:57 UTC
Fixed in the latest ecj.jar, available at the usual place.