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 #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Howard Brodale from comment #3)
> ++arr[0][0] does work for printing out the second character 's'.

++arr[0][0] increments arr[0][0] like you said.  It changes the value of what
is contained in arr[0][0] .

Reply via email to