This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: PR java/15133 - gcjh generates wrong method signatures
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 30 Apr 2004 10:10:10 -0600
- Subject: Re: Patch: PR java/15133 - gcjh generates wrong method signatures
- References: <c6lhc7$600$1@sea.gmane.org> <87d65sjd0i.fsf@fleche.redhat.com><40920546.4000703@gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Therefore (as suggested by you privately), I am changing the
Ranjit> script to use an additional "-Wmissing-prototypes" for compiling
Ranjit> C sources.
Ranjit> While I was at it, I noticed that we print the wrong file
Ranjit> name for C++ sources (e.g. "cxxtest.c" instead of "cxxtest.cc").
Ranjit> The following also contains a fix for that.
Ranjit> Ok?
Looks good, please commit. Thanks.
Tom