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: [patch] Fix PR middle-end/22239 (take 2)


On Sat, Jul 09, 2005 at 04:28:25PM -0400, John David Anglin wrote:
> Looking at expand_binop, I see it calls copy_to_mode_reg in the
> three-operand case when the predicate for an operand isn't allowed.
> copy_to_mode_reg then does the force_operand trick.  force_operand
> also seems to be called if necessary when a libcall is used.

Mm.  I guess this is ok then.


r~


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