[jh@suse.cz: Re: target/9929: [3.3/3.4 regression] Can't find spill register]

Daniel Jacobowitz drow@mvista.com
Tue Mar 25 03:08:00 GMT 2003


On Tue, Mar 25, 2003 at 12:47:38AM +0100, Jan Hubicka wrote:
> +       /* We can run out of registers when we do allow subregs
> +          of DImode regsiters.  */
> +       if (GET_MODE (reg) == DImode && !TARGET_64BIT)
> + 	{
> + 	  reason = "base reg is DImore";
> + 	  goto report_error;
> + 	}
> + 

DImode, not DImore.

> + 
> +       /* We can run out of registers when we do allow subregs
> +          of DImode regsiters.  */
> +       if (GET_MODE (reg) == DImode && !TARGET_64BIT)
> + 	{
> + 	  reason = "index reg is DImore";
> + 	  goto report_error;
> + 	}
> + 


Likewise.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gcc-patches mailing list