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: Fix for PR4483, constant overflow on PowerPC


On Tue, Dec 11, 2001 at 10:51:05AM -0600, Corey Minyard wrote:
>         * recog.c (validate_replace_rtx_1): Replace
>         plus_constant() with simplify_gen_binary() because
>         first operand can be a constant in this case.
> 
>         * simplify-rtx.c: Added neg_const_int() to safely negate
> 	a constant in a specific mode, and modified all negations
> 	in this file to use it properly.

Applied.


r~


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