[Bug target/44643] ice in c-typeck.c

2011-07-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 --- Comment #14 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-07-04 12:28:05 UTC --- Author: gjl Date: Mon Jul 4 12:28:02 2011 New Revision: 175809 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175809 Log: PR target/44643 *

[Bug target/44643] ice in c-typeck.c

2011-07-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 --- Comment #15 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-07-04 12:33:03 UTC --- Author: gjl Date: Mon Jul 4 12:33:00 2011 New Revision: 175810 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175810 Log: Backport from mainline

[Bug target/44643] ice in c-typeck.c

2011-07-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Known to work|4.6.1 |4.6.2 Target

[Bug target/44643] ice in c-typeck.c

2011-07-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 --- Comment #16 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-07-04 12:48:07 UTC --- Author: gjl Date: Mon Jul 4 12:48:04 2011 New Revision: 175811 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175811 Log: PR target/34734 PR

[Bug target/44643] ice in c-typeck.c

2011-06-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.6.1

[Bug target/44643] ice in c-typeck.c

2011-06-16 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug target/44643] ice in c-typeck.c

2011-05-26 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 --- Comment #12 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-05-26 12:52:10 UTC --- Author: gjl Date: Thu May 26 12:52:03 2011 New Revision: 174281 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174281 Log: PR target/44643 *

[Bug target/44643] ice in c-typeck.c

2011-05-23 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Joseph S. Myers jsm28 at gcc dot gnu.org changed: What|Removed |Added CC||ddavenport at

[Bug target/44643] ice in c-typeck.c

2011-05-09 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Eric Weddington eric.weddington at atmel dot com changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug target/44643] ice in c-typeck.c

2011-04-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 --- Comment #8 from gjl at gcc dot gnu.org 2011-04-14 08:38:29 UTC --- Author: gjl Date: Thu Apr 14 08:38:20 2011 New Revision: 172415 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=172415 Log: PR target/44643 * config/avr/avr.c

[Bug target/44643] ice in c-typeck.c

2011-04-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added CC||gjl at gcc dot

[Bug target/44643] ice in c-typeck.c

2011-04-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/44643] ice in c-typeck.c

2011-03-31 Thread lts-rudolph at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44643 Klaus Rudolph lts-rudolph at gmx dot de changed: What|Removed |Added CC||lts-rudolph at

[Bug target/44643] ice in c-typeck.c

2010-06-27 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2010-06-28 01:06 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/44643] ice in c-typeck.c

2010-06-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2010-06-23 11:07 --- This is a bug in the AVR back end; if it marks a decl readonly it must also adjust the type of the decl. The problem code is probably in avr_insert_attributes. -- jsm28 at gcc dot gnu dot org changed:

[Bug target/44643] ice in c-typeck.c

2010-06-23 Thread weasel at cs dot stanford dot edu
--- Comment #4 from weasel at cs dot stanford dot edu 2010-06-23 15:59 --- thanks for the hint about avr_insert_attribute. there's a comment there mumbling: /* ??? This seems sketchy. Why can't the user declare the thing const in the first place? */ when it sets the

[Bug target/44643] ice in c-typeck.c

2010-06-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-06-23 16:35 --- An assertion failure is always a bug. Yes, an error if the object isn't already const would be one valid fix. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added