[Bug tree-optimization/53269] [4.8 Regression] firefox crashes in /media/libtheora/lib/decode.c when compiled with -O2

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 7 20:25:00 GMT 2012


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.



More information about the Gcc-bugs mailing list