[Bug c/59264] Incorrect order of execution on increament/decrement operator

2013-11-24 Thread smaheshs41 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59264 --- Comment #5 from Mahesh S --- [Bug c/59264] Incorrect order of execution on increament/decrement operator But it works correctly in Turbo C and Borland C compiler why not in gcc On Sat, Nov 23, 2013 at 11:23 PM, ebotcazou at gcc dot gnu.org <

[Bug c/59264] Incorrect order of execution on increament/decrement operator

2013-11-23 Thread smaheshs41 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59264 --- Comment #3 from Mahesh S --- but it gets executed correctly for 1st condition why not for 2nd and 3rd On Sat, Nov 23, 2013 at 10:36 PM, redi at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c/59264] New: Incorrect order of execution on increament/decrement operator

2013-11-23 Thread smaheshs41 at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: smaheshs41 at gmail dot com Created attachment 31281 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31281&action=edit The Order of execution of the code is not working properly in