This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] abi docs, testsuite


>Granted, but if you specify a different abi-version it changes:
>
>    cpp -fabi-version=1 -dM foo.cc | grep ABI
>    #define __GXX_ABI_VERSION 102
>
>    cpp -fabi-version=0 -dM foo.cc | grep ABI
>    #define __GXX_ABI_VERSION 999999

Ah, I get what you are saying now. Yes, you are correct, but you need to
take into account the -fabi-version=0 case.

>No problem, I'll watch for it going in and make the changes.

It's in: feel free.

-benjamin


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