http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
++arr[0][0]
Does:
(arr[0][0] += 1)
So it increments the char pointer so instead of pointing to &"as"[0], it points
to &"as"[1].

Reply via email to