re PR target/81910 ([avr] ICE with "address" attribute on type)
commitdb995e100b35afe9ee652d45252844e3abddfbec
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 22 Aug 2017 07:52:42 +0000 (22 07:52 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 22 Aug 2017 07:52:42 +0000 (22 07:52 +0000)
tree8fb151205187254573f793deebf51e4c06b70ebc
parentbef016bff7ed63c87dedfcdeac0e00653de3565a
re PR target/81910 ([avr] ICE with "address" attribute on type)

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.

From-SVN: r251256
gcc/ChangeLog
gcc/config/avr/avr.c