Bug 30585 - [4.3 Regression] gcj doesn't accept -Wall and -Werror anymore
Summary: [4.3 Regression] gcj doesn't accept -Wall and -Werror anymore
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: 4.3.0
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-25 14:27 UTC by Mark Wielaard
Modified: 2007-01-30 18:59 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2007-01-25 20:40:46


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.