[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Ad: [avr-gcc-list] BASE_REG_CLASS in `avr.h'?
From: |
Dmitry K. |
Subject: |
Ad: [avr-gcc-list] BASE_REG_CLASS in `avr.h'? |
Date: |
Mon, 5 Jul 2004 18:34:10 +1100 |
User-agent: |
KMail/1.5 |
> Hi all.
>
> Is it necessary to replace definition of BASE_REG_CLASS
> from
> POINTER_REGS
> to
> (reload_completed ? BASE_POINTER_REGS : POINTER_REGS)
> in file `avr.h' of `gcc-core-3.3.4' release?
>
> Without such replacement:
> error: insn does not satisfy its constraints .
>
> Thanks in advance.
Such definition is made in CVS (v1.45).