This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Java: Avoid multiple warnings for source files newer than class files
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: java-patches at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 21 Jun 2004 01:30:14 +0530
- Subject: Re: Patch: Java: Avoid multiple warnings for source files newer than class files
- References: <cb35ua$s7v$1@sea.gmane.org>
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/