[Bug middle-end/36614] incorrect "warning: array subscript is above array bounds"
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-06-24 11:44 --- The warning is correct. The second access is always outside of the array. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --
[Bug middle-end/36614] incorrect "warning: array subscript is above array bounds"
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-24 07:14 --- I think this is undefined code. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added