This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]