------- Comment #2 from oder at eleks dot lviv dot ua  2006-10-24 16:09 -------
(In reply to comment #1)
> The evaluation order of function arguments is not specified.  If you depend on
> side effects to be carried out at a specific point you must make sure there is
> a sequence point at the appropriate place.

These are not the arguments of a single function. Given example is the sequence
of method invocations for a class instance. Modification of lvalue occurs in
2nd method invocation and it is supposed to be passed to 4th method invocation.


-- 

oder at eleks dot lviv dot ua changed:

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


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

Reply via email to