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: abort in eliminate_regs compiling glob.c from glibc


On Tue, Mar 27, 2001 at 07:36:44PM +1000, Alan Modra wrote:
> +      new = eliminate_regs (XEXP (x, 0), 0, insn);
> +      if (new != XEXP (x, 0))
> +	return gen_rtx_USE (GET_MODE (x), new);
> +      return x;

Ok.


r~


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