This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Ping: Java, disable -fdelete-null-pointer-checks
- From: Andrew Haley <aph at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 23 Nov 2011 12:02:17 +0000
- Subject: Re: Ping: Java, disable -fdelete-null-pointer-checks
- References: <4ECC0BE2.10409@redhat.com>
On 11/22/2011 08:53 PM, Jeff Law wrote:
>
> * lang.c (java_init_options_struct): Disable optimizations
> which assume a NULL pointer dereference will cause a fault.
This is OK.
Thanks,
Andrew.