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)
> 
> (1) The comment above is wrong.

Why exactly?
> (2) If we don't allow DImode here, we shouldn't allow SUBREG at all.

Shall we allow them only for 64bit mode then (where they are common 
for 32bit arithmetics?)

Honza
> 
> 
> r~


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