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: [PATCH] Fix PR24227, fold_binary type-mismatch


On Fri, 7 Oct 2005, Richard Guenther wrote:
> It's as easy as preserving the check in
>
> !       if (TREE_CODE (arg1) == COMPOUND_EXPR
> !         && reorder_operands_p (arg0, TREE_OPERAND (arg1, 0)))
>
> thanks to the now combined code-path.  I'll re-start testing with that
> left in.  Ok for mainline then?

Yes.  Thanks.

Roger
--


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