This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix expansion of NULL-pointer-check COND_EXPRs
- From: Richard Henderson <rth at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Krister Walfridsson <cato at df dot lth dot se>
- Date: Mon, 6 Oct 2003 15:18:33 -0700
- Subject: Re: [PATCH] Fix expansion of NULL-pointer-check COND_EXPRs
- References: <Pine.LNX.4.44.0310052036460.15007-100000@www.eyesopen.com>
On Sun, Oct 05, 2003 at 08:58:00PM -0600, Roger Sayle wrote:
> * expr.c (expand_expr <COND_EXPR>): Handle the void type semantics
> of COND_EXPR when expanding the "A op 0 ? FOO : A" optimizations.
Ok.
r~