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 ACATS failures in GCC 3.4


On Thu, 26 Feb 2004, Eric Botcazou wrote:
> Thanks.  Here is the 3.4 version of the patch, it fixes the ACATS failures.
> OK for mainline and 3.4 branch (after a complete testing cycle)?
>
> 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
>             Roger Sayle  <roger@eyesopen.com>
>
>         * fold-const.c (fold): Revert 2004-02-25 change.  Use the original
> 	operands to build a tree with swapped operands.
> 	* expr.c (expand_expr_real) <MAX_EXPR>: Consistently use the
> 	'unsignedp' predicate to specify the signedness.

This is OK for both mainline and the 3.4 branch, with one minor tweak.
The TREE_OPERAND change in fold introduces a long line that ideally
should be wrapped.

Thanks again for working on this.

Roger
--


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