public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ilgb at livius dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs
Date: Sat, 02 Feb 2008 08:12:00 -0000	[thread overview]
Message-ID: <20080202081159.6613.qmail@sourceware.org> (raw)
In-Reply-To: <bug-34734-15604@http.gcc.gnu.org/bugzilla/>



------- 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_dev_desc ), DEVICE_DESCRIPTOR,
    U_WORD( USB_SPECIFICATION ), DEVICE_CLASS,
    DEVICE_SUB_CLASS, DEVICE_PROTOCOL, EP_CONTROL_LENGTH,
    U_WORD( VENDOR_ID ),
    U_WORD( PRODUCT_ID ),
    U_WORD( RELEASE_NUMBER ), STRING_INDEX_MAN, STRING_INDEX_PROD,
    STRING_INDEX_SN, NB_CONFIGURATION
  };

Liviu


-- 

ilgb at livius dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilgb at livius dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734


  reply	other threads:[~2008-02-02  8:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-11  2:28 [Bug c++/34734] New: " markuslampert at yahoo dot com
2008-02-02  8:12 ` ilgb at livius dot net [this message]
2008-03-07 21:00 ` [Bug target/34734] " hsteinhaus at gmx dot de
2009-08-07 19:16 ` eric dot weddington at atmel dot com
2009-08-07 19:18 ` eric dot weddington at atmel dot com
2010-06-09  9:16 ` mschulze at ivs dot cs dot ovgu dot de
     [not found] <bug-34734-4@http.gcc.gnu.org/bugzilla/>
2011-02-06 12:24 ` Kicer86 at gmail dot com
2011-06-29  7:58 ` gjl at gcc dot gnu.org
2011-06-30 13:30 ` gjl at gcc dot gnu.org
2011-06-30 13:41 ` gjl at gcc dot gnu.org
2011-06-30 13:48 ` gjl at gcc dot gnu.org
2011-07-04 12:51 ` gjl at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080202081159.6613.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).