This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Remove useless null pointer checks
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: 31 Jul 2003 09:59:04 -0400
- Subject: Re: [tree-ssa] Remove useless null pointer checks
- Organization: Red Hat Canada
- References: <200307310043.h6V0hObT002300@speedy.slc.redhat.com>
On Wed, 2003-07-30 at 20:43, law@redhat.com wrote:
> In the process of putting together this patch I uncovered a latent bug
> in our statement removal code.
>
Cool. This seems to have fixed the bootstrap problems on ppc/ppc64.
Thanks!
Diego.