This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR target/20928 (unrecognized insn)
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 31 Oct 2005 10:31:06 -0800
- Subject: Re: PR target/20928 (unrecognized insn)
- References: <20051031144600.GC8959@kam.mff.cuni.cz>
On Mon, Oct 31, 2005 at 03:46:00PM +0100, Jan Hubicka wrote:
> * i386.c (legitimize_pic_address): Deal with large immediates.
Ok, except,
> + new = force_reg (DImode, addr);
Pmode.
r~