This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/7385] g++ problems with enum and __attribute__
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2003 18:29:51 -0000
- Subject: [Bug c++/7385] g++ problems with enum and __attribute__
- References: <20020723051601.7385.gusti@pallas.dk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7385
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-22 18:29 -------
The mainline (20030722) now gives:
pr7385.cc:3: warning: `packed' attribute ignored
pr7385.cc:4: error: non-local function `void g1(<anonymous enum>)' uses
anonymous type
pr7385.cc:6: warning: `packed' attribute ignored
pr7385.cc:7: error: non-local function `void g2(<anonymous enum>)' uses
anonymous type