On Fri, 11 Apr 2014, Jakub Jelinek wrote:
> On Thu, Mar 20, 2014 at 09:48:58AM -0700, Steve Ellcey wrote:
> > This patch fixes pr60556, a GCC ICE. The problem is in convert_move where,
> > if we are trying to put a 32 bit address into a 64 bit destination we
> > can wind up calling emit_move_ins
On Thu, Mar 20, 2014 at 09:48:58AM -0700, Steve Ellcey wrote:
> This patch fixes pr60556, a GCC ICE. The problem is in convert_move where,
> if we are trying to put a 32 bit address into a 64 bit destination we
> can wind up calling emit_move_insn with NULL_RTX as a source.
>
> The problem comes