Bug 46324 - gcj should support the javac flags such as -verbose, -sourcepath and -source
Summary: gcj should support the javac flags such as -verbose, -sourcepath and -source
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 4.5.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-05 21:11 UTC by gcj_user
Modified: 2016-09-30 22:48 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gcj_user 2010-11-05 21:11:23 UTC
The gcj -C command should support the same options:

gcj: unrecognized option '-verbose'
gcj: unrecognized option '-source'
gcj: unrecognized option '-sourcepath'

The -verbose flag is really useful to list the files that have just been created.
Comment 1 Andrew Pinski 2016-09-30 22:48:44 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.