[Bug c/57853] pointer arithmetic on arrays
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 8 22:08:00 GMT 2013
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] .
More information about the Gcc-bugs
mailing list