http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53269
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-07 20:12:13 UTC --- (In reply to comment #3) > (In reply to comment #2) > > What are the array bounds for _dec->state.dequant_tables ? > > [64][3][2] _dec->state.dequant_tables[qti][pli][qi][12] Is opposite then [2][3][64] as far as I can read it. Which means GCC is doing the correct thing.