https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65192

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Thu Feb 26 19:43:54 2015
New Revision: 221029

URL: https://gcc.gnu.org/viewcvs?rev=221029&root=gcc&view=rev
Log:
    PR target/65192
    * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
    Remove.
    * config/avr/avr.c: Same.
    (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
    Refuse any constant address not in 0..0xbf.
    * config/avr/avr.md (*mov<mode>, *movsf): Remove
    tiny_valid_direct_memory_access_range from insn conditions.
    (mov<mode>): Don't special-case expansion of avrtiny addresses.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-protos.h
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.md

Reply via email to