http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46615
Paulo César Pereira de Andrade <pcpa at mandriva dot com.br> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pcpa at mandriva dot com.br --- Comment #2 from Paulo César Pereira de Andrade <pcpa at mandriva dot com.br> 2011-05-13 13:10:59 UTC --- I added a patch to mpeg2dec in Mandriva by removing the const modifier of the vectors. It was basic hacking with some trial&error to correct https://bugzilla.gnome.org/show_bug.cgi?id=649930 more information at: https://qa.mandriva.com/show_bug.cgi?id=63279 and the patch being used is: http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/mpeg2dec/current/SOURCES/libmpeg2-0.5.1-gcc4.6.patch?view=markup&pathrev=674312 Commenting here because there should exist more code out there that will fail due to the same reason.