This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/970: Function execution order problem when using return value of funtions as parameter to another function.



	`Jason Merrill' changed the state to `closed'.


State-Changed-From-To: open-closed
State-Changed-By: jason
State-Changed-When: Mon Dec  4 13:16:27 2000
State-Changed-Why:
The order of evaluation of function args is unspecified; on the x86 we
evaluate from right to left because that's the order they need to be pushed
on the stack.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]