Patch: Java: Avoid multiple warnings for source files newer than class files

Ranjit Mathew rmathew@gmail.com
Mon Jun 21 08:48:00 GMT 2004


Ranjit Mathew wrote:
[...]
> With the appended patch, you'll see the warning only two
> times while compiling the "normal way" and only once if
> you compile using the "@filelist" syntax. (This is because
> the GCC driver passes files individually to jc1 even though
> it is quite capable of handling multiple files at the same
> time - this is possibly fodder for another patch.)

Upon closer inspection, I find that I was wrong. GCJ
combines its input files to effectively yield the "@filelist"
behaviour, but I wasn't seeing it because I hadn't specified
"-o" - using this flag finally yields the expected result.

Sorry,
Ranjit.

-- 
Ranjit Mathew             Email: rmathew AT gmail DOT com

Bangalore, INDIA.           Web: http://ranjitmathew.tripod.com/



More information about the Gcc-patches mailing list