[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2011-08-03 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21018 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2010-09-20 Thread eric dot weddington at atmel dot com
--- Comment #10 from eric dot weddington at atmel dot com 2010-09-20 16:51 --- Closed as WONTFIX. -- eric dot weddington at atmel dot com changed: What|Removed |Added

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2010-04-14 Thread tfrancuz at mp dot pl
--- Comment #9 from tfrancuz at mp dot pl 2010-04-14 20:45 --- *** Bug 43746 has been marked as a duplicate of this bug. *** -- tfrancuz at mp dot pl changed: What|Removed |Added

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2007-11-15 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2007-11-15 16:19 --- Is this still a valid bug? -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2007-11-15 Thread j at uriah dot heep dot sax dot de
--- Comment #6 from j at uriah dot heep dot sax dot de 2007-11-15 21:21 --- I'm not sure whether this is related or not... but from the description, it looks so. avr-libc contains a macro that helps the users declaring a flash-ROM string, lacking any real support in GCC for different

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2007-11-15 Thread schlie at comcast dot net
: 15 Nov 2007 16:19:49 - To: [EMAIL PROTECTED] Subject: [Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const. --- Comment #5 from manu at gcc dot gnu dot org 2007-11-15 16:19 --- Is this still a valid bug

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2005-04-19 Thread ericw at evcohs dot com
-- What|Removed |Added CC||ericw at evcohs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21018

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2005-04-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|ppc-apple-darwin7.8 | GCC host triplet|ppc-apple-darwin7.8 | GCC target triplet|ppc-apple-darwin7.8 / avr- |avr

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2005-04-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-16 16:46 --- Note the C.x variables are not normal VAR_DECLs but CONST_DECL so maybe avr should be changed to recongize them as such. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21018

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2005-04-16 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-04-16 18:22 --- Subject: Re: Initializing string literal data improperly marked frame-relative?, should be readonly static const. Note the C.x variables are not normal VAR_DECLs but CONST_DECL so maybe avr should be

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2005-04-16 Thread schlie at comcast dot net
literal data improperly marked frame-relative?, should be readonly static const. Note the C.x variables are not normal VAR_DECLs but CONST_DECL so maybe avr should be changed to recongize them as such. Actually the problem seems then be that literal string constants aren't being

[Bug middle-end/21018] Initializing string literal data improperly marked frame-relative?, should be readonly static const.

2005-04-14 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |middle-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21018