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: ICE on i386


On Sat, Oct 26, 2002 at 12:41:20AM +0200, Eric Botcazou wrote:
> That's a little weird though, because force_operand is not used subsequently
> in the PLUS_EXPR case.
> 
> Would you not want to consider to simply discard null operands instead of
> calling simplify_binary_operation then general_operand or force_operand, in
> light of the recent buzz around compilation time performances ?

I guess you're right.

> The following patch:
[...]
> fixes both PR c/7411 (for which the call to simplify_binary_operation was
> added) and the current ICE (now PR opt/8334) ?

Applied.


r~


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