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: ICE on i386


On Fri, Oct 18, 2002 at 12:42:57PM +0200, Jan Hubicka wrote:
>   	  temp = simplify_binary_operation (PLUS, mode, op0, op1);
> - 	  if (temp)
> + 	  if (temp && general_operand (temp, mode))
>   	    return temp;

Better, I think, would be to use force_operand.


r~


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