--- Comment #7 from alex dot gcc dot gnu dot org at firetree dot net
2009-07-22 10:57 ---
There are still problems with packed enums. John Cooper's example program
compiles on g++ 4.3.2, but testEnum2 is still not packed. More details in Bug
#39219.
--
alex dot gcc dot gnu do
--- Comment #10 from alex dot gcc dot gnu dot org at firetree dot net
2009-07-22 10:55 ---
This problem seems to affect all enum attributes that are declared with the
"preferred" syntax. For example, the following enum is not packed, not is a
warning emitted:
enum __a