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]

Re: x86_64 related expand_movcc fix


On Thu, Oct 18, 2001 at 04:20:59PM +0200, Jan Hubicka wrote:
> ! 	      if (ct && !expand_simple_binop (mode, PLUS,
> ! 					      tmp, GEN_INT (ct),
> ! 					      tmp, 1, OPTAB_DIRECT))
> ! 		  abort ();

expand_binop is not guaranteed to use the destination provided.
You need to reassign tmp.



r~


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