http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46324
Summary: gcj should support the javac flags such as -verbose, -sourcepath and -source Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassig...@gcc.gnu.org ReportedBy: tnagy1...@gmail.com 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.