This is the mail archive of the gcc-bugs@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: GCC CVS mainline does not build on i686-linux (rtlcheckfailure)


Richard Henderson <rth@redhat.com> writes:

> On Sat, Oct 12, 2002 at 03:46:46PM +0100, Graham Stott wrote:
>>     if ((TREE_CODE (decl) == VAR_DECL || TREE_CODE (decl) == PARM_DECL)
>>         && DECL_REGISTER (decl)
>> +       && REG_P (DECL_RTL (decl))
>>         && REGNO (DECL_RTL (decl)) < FIRST_PSEUDO_REGISTER)
>
> Lemme guess: the problem ocurrs with a variable that was declared
> as "register int foo;", but this is a non-optimizing compile, so we
> dropped it to the stack anyway?

register long double x;

But it's an optimizing compile,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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