[Bug target/11277] function call stack disorder.

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Fri Jun 27 03:33:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11277


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-27 03:33 -------
The test case is invalid as ANSI/ISO C say the order of excucation between squence 
points are undefined, so gcc exucutes the right one first and then the left one so this 
prefectly valid thing for gcc to do, correct your code as you suggested fixes it.



More information about the Gcc-bugs mailing list