This is the mail archive of the gcc-help@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: parse arguments sequentially



> I am trying to find out how to parse arguments squentially when building
> under gcc/g++.
> I have this function with nested functions foo( foobar1(), foobar2(),
> foobar3() ).

I believe the order of evaluation of a function's actual arguments
is unspecified in ANSI C -- in other words, up to the compiler
implementor -- so one can't count on it.


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