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]

[Bug target/81910] [avr] ICE with "address" attribute on type


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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Tue Aug 22 07:52:42 2017
New Revision: 251256

URL: https://gcc.gnu.org/viewcvs?rev=251256&root=gcc&view=rev
Log:
gcc/
        PR target/81910
        * config/avr/avr.c (avr_handle_addr_attribute): Early return if
        not VAR_P. Filter attribute warnings with OPT_Wattributes.
        (avr_attribute_table) <io, io_low, address>: Initialize
        .decl_required with true.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr.c

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