http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
daniel.c.klauer at web dot de changed:
What|Removed |Added
CC||daniel.c.klauer at web dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
--- Comment #2 from daniel.c.klauer at web dot de 2012-08-18 04:00:51 UTC ---
The -mms-bitfields option seems to trigger the wrong behaviour. As pointed out
by http://gcc.gnu.org/gcc-4.7/changes.html it is enabled by default since
4.7.0, and using
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
--- Comment #6 from daniel.c.klauer at web dot de 2012-10-06 23:02:22 UTC ---
Using the ms_struct attribute instead of compiling with -mms-bitfields
reproduces the packing issue, while using the gcc_struct attribute prevents the
issue from
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: daniel.c.klauer at web dot de
Target Milestone: ---
Created attachment 38437
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38437&action=edit
example to reproduce the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384
daniel.c.klauer at web dot de changed:
What|Removed |Added
CC||daniel.c.klauer at web
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384
--- Comment #5 from daniel.c.klauer at web dot de ---
I also think that COM is supposed to be usable from C and C++, but it seems
that here we have an exception to this rule.
Let's examine asm generated by the ms compiler for calls to Ge