[Bug c/59755] New: BUG Increment Operator with Accessing Arrays

2014-01-10 Thread octo.nebula at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: octo.nebula at gmail dot com Guys, The increment operator is not working right. The post ++ should increment value of the index after the array expression. But in this case, it acts like the pre ++ version. See code below

[Bug c/59755] BUG Increment Operator with Accessing Arrays

2014-01-10 Thread octo.nebula at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59755 Arjun changed: What|Removed |Added CC||octo.nebula at gmail dot com --- Comment #1 from

[Bug c/59755] BUG Increment Operator with Accessing Arrays

2014-01-10 Thread octo.nebula at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59755 Arjun changed: What|Removed |Added Resolution|INVALID |WONTFIX --- Comment #3 from Arjun --- Why is tha