http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
--- Comment #10 from Georg-Johann Lay 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=gcc&view=rev&rev=175811
Log:
PR target/34734
PR target/44643
* gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
--- Comment #9 from Georg-Johann Lay 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=gcc&view=rev&rev=175706
Log:
PR target/34734
Backport from mainline
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
Georg-Johann Lay changed:
What|Removed |Added
Keywords||diagnostic
Status|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
--- Comment #7 from Georg-Johann Lay 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=gcc&view=rev&rev=175705
Log:
PR target/34734
Backport from mainline
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
--- Comment #6 from Georg-Johann Lay 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=gcc&view=rev&rev=175621
Log:
PR target/34734
* config/avr/avr.c (avr_ha
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
MichaĆ Walenciak changed:
What|Removed |Added
CC||Kicer86 at gmail dot com
--- Comment #
--- 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 __attribute__((section(".progmem.someth
--
eric dot weddington at atmel dot com changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Kno
--- 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
--
--- 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
const int foobar1 = 42;
int foobar2 = 42;
const int PROGMEM foobar3 = 42;
int PR
--- 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( usb
11 matches
Mail list logo