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

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910

--- Comment #6 from Aldy Hernandez  ---
Author: aldyh
Date: Wed Sep 13 17:18:12 2017
New Revision: 252522

URL: https://gcc.gnu.org/viewcvs?rev=252522=gcc=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) : Initialize
.decl_required with true.

Modified:
branches/range-gen2/gcc/ChangeLog
branches/range-gen2/gcc/config/avr/avr.c

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

2017-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910

Richard Biener  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Richard Biener  ---
Fixed.

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

2017-08-22 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910

--- Comment #4 from Georg-Johann Lay  ---
Author: gjl
Date: Tue Aug 22 08:40:15 2017
New Revision: 251261

URL: https://gcc.gnu.org/viewcvs?rev=251261=gcc=rev
Log:
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) : Initialize
.decl_required with true.

Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/config/avr/avr.c

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

2017-08-22 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910

--- Comment #3 from Georg-Johann Lay  ---
Author: gjl
Date: Tue Aug 22 07:57:40 2017
New Revision: 251258

URL: https://gcc.gnu.org/viewcvs?rev=251258=gcc=rev
Log:
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) : Initialize
.decl_required with true.

Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/config/avr/avr.c

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

2017-08-22 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910

--- Comment #2 from Georg-Johann Lay  ---
Author: gjl
Date: Tue Aug 22 07:55:34 2017
New Revision: 251257

URL: https://gcc.gnu.org/viewcvs?rev=251257=gcc=rev
Log:
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) : Initialize
.decl_required with true.

Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/config/avr/avr.c

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

2017-08-22 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910

--- Comment #1 from Georg-Johann Lay  ---
Author: gjl
Date: Tue Aug 22 07:52:42 2017
New Revision: 251256

URL: https://gcc.gnu.org/viewcvs?rev=251256=gcc=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) : Initialize
.decl_required with true.

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

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

2017-08-21 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910

Georg-Johann Lay  changed:

   What|Removed |Added

   Keywords||ice-on-invalid-code
 Target||avr
   Priority|P3  |P5