--- Comment #5 from info at hex-rays dot com 2009-11-24 11:02 ---
What is embarrassing is that the compiler does not issue at least a warning and
changes the alignment depending on some very obscure factor. I understand why
it happens but really do not like it.
If I add one more line to
--- Comment #4 from paolo dot carlini at oracle dot com 2009-11-24 10:49
---
Of course, this is completely unsupported.
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
---
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-11-24 10:47 ---
Ugh. Packing standard library classes will change the ABI (the packing state
is not mangled), so I'd say it's strongly advised to not do this unless you
know what you are doing (appearantly you don't).
Paolo, I gue