This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR middle-end/11968: Remove confusing comment
- 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
- Date: Fri, 31 Oct 2003 14:01:19 -0800
- Subject: Re: [PATCH] PR middle-end/11968: Remove confusing comment
- References: <Pine.LNX.4.44.0310310949450.18034-100000@www.eyesopen.com>
On Fri, Oct 31, 2003 at 10:34:16AM -0700, Roger Sayle wrote:
> PR middle-end/11968
> * expr.c (expand_expr <MULT_EXPR>): Remove inappropriate and
> confusing comment; distributivity isn't handled in expand_expr.
> * fold_const.c (extract_muldiv_1 <PLUS_EXPR>): Allow overflow
> in distributivity, if wrap-around semantics are specified with
> -fwrapv.
Ok.
r~