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
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
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