This is the mail archive of the gcc@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: Failure to bootstrap for trunk on i686-pc-linux-gnu


    I'm a bit perplexed as to why we'd be calling operand_equal_p with
    only one operand, but handling that case won't hurt, I guess --
    although the documentation for operand_equal_p should be updated to
    reflect that it does not require both operands.

I don't follow.  What do you mean by one operand?  Did you mean that
one operand might be null?  The reason is that operands 2 and 3 of
an ARRAY_REF are optional and we want to treat an omitted operand as
different from any supplied operand.

    Kenner, would you please check this in? 

Sure, but it'll be a little while since I haven't done a "cvs update"
for a few days now (I've been away).


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