This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members
- From: "rafael.carre at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 17 Feb 2012 00:12:49 +0000
- Subject: [Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members
- Auto-submitted: auto-generated
- References: <bug-52238-4@http.gcc.gnu.org/bugzilla/>
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, ffmpeg etc), I got DXVA2 decoding
running perfectly.
Previously it would give uncorrectly decoded pictures because of different
struct layout given to the GPU drivers.
So it works fine for me.