This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] don't use build_function_type in the Java FE
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 10 May 2011 14:23:06 +0100
- Subject: Re: [PATCH] don't use build_function_type in the Java FE
- References: <20110510132035.GV23480@codesourcery.com>
On 05/10/2011 02:20 PM, Nathan Froyd wrote:
> As $SUBJECT suggests. Nothing much to see here.
>
> Tested on x86_64-unknown-linux-gnu. OK to commit?
>
> -Nathan
>
> gcc/java/
> * expr.c (build_jni_stub): Don't call build_function_type; call
> build_function_type_vec instead.
> * typeck.c (parse_signature_string): Likewise.
>
Yes, thanks.
Andrew.