This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/57853] pointer arithmetic on arrays


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

--- Comment #15 from Howard Brodale <brodhow at sbcglobal dot net> ---
The arr pointer is being set to the incremented value which is the 2nd element
in the array to start from as the arr[0] value, then.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]