This is the mail archive of the gcc-bugs@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]

Re: Fix, was: Re: [Fwd: CVS trunk bootstrap failure on alphaev6-unknown-linux-gnu]


> I think it would still be a good idea to pass the mode as an argument,
> just in case the two other arguments are CONST_INTs (remember that
> CONST_INTs don't have a mode).  In fact, your proposed patch would
> probably crash or just fail to do right thing should the first
> argument be a CONST_INT.

The first argument is supposed to be both source and destination operand.
So a CONST_INT is invalid there.


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