This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: gcj and redundant null pointer check
- From: Tom Tromey <tromey at redhat dot com>
- To: apbianco at redhat dot com
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 27 Mar 2002 16:42:03 -0700
- Subject: Re: Patch: gcj and redundant null pointer check
- References: <87ofh9rhb1.fsf@creche.redhat.com> <15522.2861.852900.603061@ryobi.cygnus.com>
- Reply-to: tromey at redhat dot com
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
>> + check = java_check_reference (save_arg, ! DECL_INIT_P (method));
Thanks, I'll make this change and check it in.
Tom