Re: [patch,avr] Fir PR91910: ICE for bad attribute "address".

2017-08-21 Thread Denis Chertykov
2017-08-21 16:35 GMT+04:00 Georg-Johann Lay : > "address" attribute only must be specified with VARs, > yet the compiler dived into attribute analysis for > non-VARs, resulting in ICE. > > This patch also adds OPT_Wattributes as warning filter. > > Ok to apply? Approved. Please

[patch,avr] Fir PR91910: ICE for bad attribute "address".

2017-08-21 Thread Georg-Johann Lay
"address" attribute only must be specified with VARs, yet the compiler dived into attribute analysis for non-VARs, resulting in ICE. This patch also adds OPT_Wattributes as warning filter. Ok to apply? Johann gcc/ PR target/81910 * config/avr/avr.c (avr_handle_addr_attribute):