This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [trunk][patch] fix a bug in fold_call_expr and one in record_temporary_equivalences_from_stmts_at_dest
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Rafael Espindola <espindola at google dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, Diego Novillo <dnovillo at google dot com>
- Date: Sat, 26 Jun 2010 20:11:31 -0700
- Subject: Re: [trunk][patch] fix a bug in fold_call_expr and one in record_temporary_equivalences_from_stmts_at_dest
- References: <38a0d8450804300654v441e89coe7e0f7f2ebc6ef00@mail.gmail.com> <38a0d8450804300708o27a80e68hdb159fb6a7d812f4@mail.gmail.com>
On Wed, Apr 30, 2008 at 7:08 AM, Rafael Espindola <espindola@google.com> wrote:
> The patch was missing an obvious "not NULL" check. The attached one has it.
>
> Cheers,
This caused:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44683
--
H.J.