[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2011-07-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734 --- Comment #10 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/34734] attribute((progmem)) not handled properly in C++ for AVRs

2011-06-30 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734 --- Comment #7 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-06-30 13:28:46 UTC --- Author: gjl Date: Thu Jun 30 13:28:43 2011 New Revision: 175705 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175705 Log: PR target/34734

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

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

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2011-06-30 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734 --- Comment #9 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-06-30 13:45:08 UTC --- Author: gjl Date: Thu Jun 30 13:45:04 2011 New Revision: 175706 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175706 Log: PR target/34734

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2011-06-29 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734 --- Comment #6 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-06-29 07:57:28 UTC --- Author: gjl Date: Wed Jun 29 07:57:25 2011 New Revision: 175621 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175621 Log: PR target/34734 *

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2011-02-06 Thread Kicer86 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734 MichaƂ Walenciak Kicer86 at gmail dot com changed: What|Removed |Added CC||Kicer86 at

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2010-06-09 Thread mschulze at ivs dot cs dot ovgu dot de
--- Comment #4 from mschulze at ivs dot cs dot ovgu dot de 2010-06-09 09:16 --- I found a way to place data in program memory for C++ without producing the annoying warnings. The trick is omiting __attribute__((__progmem__)) and instead always use

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2009-08-07 Thread eric dot weddington at atmel dot com
--- Comment #3 from eric dot weddington at atmel dot com 2009-08-07 19:16 --- *** Bug 40112 has been marked as a duplicate of this bug. *** -- eric dot weddington at atmel dot com changed: What|Removed |Added

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2009-08-07 Thread eric dot weddington at atmel dot com
-- eric dot weddington at atmel dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2008-03-07 Thread hsteinhaus at gmx dot de
--- Comment #2 from hsteinhaus at gmx dot de 2008-03-07 20:59 --- version 4.2.1 seems to be affected as well: [EMAIL PROTECTED]:~/scratch$ cat foo.cpp #include avr/pgmspace.h const int foobar1 = 42; int foobar2 = 42; const int PROGMEM

[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2008-02-02 Thread ilgb at livius dot net
--- Comment #1 from ilgb at livius dot net 2008-02-02 08:11 --- after upgrading to WinAVR-20071221 my C++ projects trigger the same warning message. for completeness, my sources look like: // usb_user_device_descriptor PROGMEM S_usb_device_descriptor usb_dev_desc = { sizeof(