[Bug c/52991] attribute packed broken on mingw32?

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 Jackie Rosen jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[Bug c/52991] attribute packed broken on mingw32?

2014-01-17 Thread kugel at rockbox dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 Thomas Martitz kugel at rockbox dot org changed: What|Removed |Added CC||kugel at rockbox

[Bug c/52991] attribute packed broken on mingw32?

2013-12-12 Thread rogerdpack at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 roger pack rogerdpack at gmail dot com changed: What|Removed |Added CC||rogerdpack at

[Bug c/52991] attribute packed broken on mingw32?

2013-12-12 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #16 from Kai Tietz ktietz at gcc dot gnu.org --- ms-bitfield is broken regarding pack-attribute and align-attribute. Later is the cause why suggested patch is just half of the story.

[Bug c/52991] attribute packed broken on mingw32?

2013-10-05 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #14 from Mikael Pettersson mikpelinux at gmail dot com --- Ping -- there's been a patch for this bug for almost 10 months now...

[Bug c/52991] attribute packed broken on mingw32?

2013-01-09 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #11 from Kai Tietz ktietz at gcc dot gnu.org 2013-01-09 12:30:50 UTC --- Created attachment 29119 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29119 Testcase for bitfield and type-packing This first testcase checking

[Bug c/52991] attribute packed broken on mingw32?

2013-01-09 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #12 from Kai Tietz ktietz at gcc dot gnu.org 2013-01-09 13:34:07 UTC --- Created attachment 29121 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29121 Testcase for bitfield and structure-aligning via attribute This

[Bug c/52991] attribute packed broken on mingw32?

2013-01-09 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #13 from Kai Tietz ktietz at gcc dot gnu.org 2013-01-09 13:37:13 UTC --- Created attachment 29122 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29122 Testcase for bitfield and structure field-aligning by attribute By

[Bug c/52991] attribute packed broken on mingw32?

2012-12-18 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added CC||rth at

[Bug c/52991] attribute packed broken on mingw32?

2012-12-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #10 from Kai Tietz ktietz at gcc dot gnu.org 2012-12-18 21:35:27 UTC --- (In reply to comment #9) It doesn't look to me that the first two hunks of the patch are needed. Yes, that's right. The last hunk doesn't look like

[Bug c/52991] attribute packed broken on mingw32?

2012-12-10 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c/52991] attribute packed broken on mingw32?

2012-10-06 Thread daniel.c.klauer at web dot de
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

[Bug c/52991] attribute packed broken on mingw32?

2012-10-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug c/52991] attribute packed broken on mingw32?

2012-08-22 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #5 from Mikael Pettersson mikpe at it dot uu.se 2012-08-22 08:34:46 UTC --- The following variation of the test case was compiled with both gcc-4.7.1 and MS Visual Studio 2008: #include stdio.h #if defined(__GNUC__) struct A1 {

[Bug c/52991] attribute packed broken on mingw32?

2012-08-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||kkojima at gcc

[Bug c/52991] attribute packed broken on mingw32?

2012-08-18 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at it dot

[Bug c/52991] attribute packed broken on mingw32?

2012-08-17 Thread daniel.c.klauer at web dot de
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

[Bug c/52991] attribute packed broken on mingw32?

2012-08-17 Thread daniel.c.klauer at web dot de
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