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: [jh@suse.cz: Re: target/9929: [3.3/3.4 regression] Can't find spill register]


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


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