This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: C++ PATCH: Add -fabi-version


On Mon, Sep 23, 2002 at 11:45:27AM +0200, Gabriel Dos Reis wrote:
> | +     Additional positive integers will be assigned as new versions of
> | +     the ABI become the default version of the ABI.  */
> | + 
> | + extern int flag_abi_version;
> 
> I'm confused.  Are these mismatches intentional?

Furthermore, shouldn't the 3.2 ABI be 102, not 1, to match __GXX_ABI_VERSION?
Also, wouldn't it be better to change that 0 to INT_MAX when
initializing it, so the test could be simplified?

	Jakub


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