]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR target/81910 ([avr] ICE with "address" attribute on type)
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 22 Aug 2017 08:40:15 +0000 (08:40 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 22 Aug 2017 08:40:15 +0000 (08:40 +0000)
commit2e3d6f9ba8ebb733a94fa9b7ece683cbe4ce7906
tree5068e02d5db11ea360123ca72d531f6c79767f3d
parentc96840b886f5ed19e5c7140cf2b10263bcb7ba54
backport: re PR target/81910 ([avr] ICE with "address" attribute on type)

gcc/
Backport from 2017-08-22 trunk r251256.
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: r251261
gcc/ChangeLog
gcc/config/avr/avr.c