avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] BASE_REG_CLASS in `avr.h'?


From: Dmitry K.
Subject: [avr-gcc-list] BASE_REG_CLASS in `avr.h'?
Date: Mon, 5 Jul 2004 18:14:20 +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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]