This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Failure to bootstrap for trunk on i686-pc-linux-gnu
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: mark at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 20 Jul 04 19:01:52 EDT
- Subject: 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).