parse arguments sequentially

ccroswhite@get2chip.com ccroswhite@get2chip.com
Thu May 17 15:14:00 GMT 2001


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



More information about the Gcc-help mailing list