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]

parse arguments sequentially


Hello,

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 am finding
that depending on the platform, these are parsed in different order (HP,
Linux, Solaris).
I a believe this to be optimization of gcc (the reason it changes for each
platform).  I
would like to find out if there is an option to force sequential across
platforms.

TIA,

Chris


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