This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ping: Java, disable -fdelete-null-pointer-checks


On Tue, Nov 22, 2011 at 01:53:54PM -0700, Jeff Law wrote:
> + 
> +   /* Java catches catch NULL pointer exceptions, thus we can not necessarily

catches catch?

> +      rely on a pointer having a non-NULL value after a dereference.  */
> +   opts->x_flag_delete_null_pointer_checks = 0;
>   }
>   
>   static void


	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]