[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||jojelino at gmail

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-20 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #9 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-20 22:05:12 UTC --- Author: ktietz Date: Mon Feb 20 22:05:08 2012 New Revision: 184409 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184409 Log: PR target/52238 *

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-20 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #10 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-20 22:09:52 UTC --- Author: ktietz Date: Mon Feb 20 22:09:48 2012 New Revision: 184410 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=184410 Log: PR target/52238 *

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-20 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-18 Thread michael.kostylev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #7 from Michael Kostylev michael.kostylev at gmail dot com 2012-02-18 10:04:41 UTC --- It does not play a role here, nonetheless __SIZE_TYPE__ should be more correct than __PTRDIFF_TYPE__.

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #8 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-18 21:57:21 UTC --- (In reply to comment #7) It does not play a role here, nonetheless __SIZE_TYPE__ should be more correct than __PTRDIFF_TYPE__. I think here is the question for

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-17 Thread michael.kostylev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #6 from Michael Kostylev michael.kostylev at gmail dot com 2012-02-17 11:02:50 UTC --- According to FATE (the Libav testsuite), the patch fixes the issue. Thanks.

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-16 Thread michael.kostylev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #3 from Michael Kostylev michael.kostylev at gmail dot com 2012-02-16 13:26:24 UTC --- Ok, let's modify the test case - s/char a;/char a:6;/: struct { char a:6; char b __attribute__ ((aligned (16))); } s; int main() {

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-16 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #4 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-16 14:03:29 UTC --- Hmm, right. The previous field needs to be cleared for ms-bitfields, too. Index: stor-layout.c

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-16 Thread rafael.carre at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 --- Comment #5 from Rafaël Carré rafael.carre at gmail dot com 2012-02-17 00:12:49 UTC --- Second patch tested with VLC. After rebuilding gcc 4.6.2 package from Debian, mingw-w64-dev package with new gcc, and VLC including all libraries (qt4,

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-15 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at gcc dot

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code