public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bryce dot schober at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/40751] G++ never packs typedef'd enums
Date: Tue, 14 Jul 2009 22:31:00 -0000	[thread overview]
Message-ID: <20090714223129.3496.qmail@sourceware.org> (raw)
In-Reply-To: <bug-40751-17949@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from bryce dot schober at gmail dot com  2009-07-14 22:31 -------
I now see that the following syntax packs as expected:
typedef enum {
        ZERO = 0,
        ONE,
        TWO
} __attribute__ ((packed)) my_enum_t;

I have been unable to find a concise definition of how attributes are supposed
to be used with types in either the Type-Attributes or Attribute-Syntax
sections of the GCC manual. I guess this location for the attribute is a bit
more logical in the sense that the type isn't "complete" until the closing
brace.

It remains unclear whether both attribute locations are supposed to be
supported in both C and C++ or not. Either way, it's certainly not clear from
the docs.


-- 


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


      parent reply	other threads:[~2009-07-14 22:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-14 19:02 [Bug c++/40751] New: " bryce dot schober at gmail dot com
2009-07-14 19:09 ` [Bug c++/40751] " bryce dot schober at gmail dot com
2009-07-14 22:31 ` bryce dot schober at gmail dot com [this message]

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=20090714223129.3496.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).