[Bug c/57853] pointer arithmetic on arrays

2016-07-16 Thread brodhow at sbcglobal dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #18 from this is me --- This is why C arrays are not pointers. It was possible to easily misconstrue datatypes like especially with imported variables. Defined as a short integer in one file but, is being used as a character in

[Bug c/57853] pointer arithmetic on arrays

2016-07-15 Thread brodhow at sbcglobal dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #17 from this is me --- Its simpler than what Andrew was describing! It is simply incrementing by 1 character datatype width to the next character with "++".

[Bug c/57853] pointer arithmetic on arrays

2016-07-12 Thread brodhow at sbcglobal dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #16 from this is me --- Andrew Pinski: Will you delete this Bug 57853 web page for me? https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 I can't hired! Howard > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 > > Andrew

[Bug c/57853] pointer arithmetic on arrays

2016-06-03 Thread brodhow at sbcglobal dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #15 from Howard Brodale --- 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.

[Bug c/57853] pointer arithmetic on arrays

2016-06-03 Thread brodhow at sbcglobal dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 --- Comment #14 from Howard Brodale --- My email address now is brod...@sbcglobal.net

[Bug c/57853] pointer arithmetic on arrays

2016-06-03 Thread brodhow at sbcglobal dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57853 Howard Brodale changed: What|Removed |Added CC||brodhow at sbcglobal dot net