This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.2
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com
- Cc: Franz dot Sirl-kernel at lauterbach dot com
- Date: Wed, 31 Jul 2002 12:21:10 -0700
- Subject: Re: GCC 3.2
- Organization: Red Hat / Chicago
- Reply-to: bkoz at redhat dot com
> * gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to
> 101.
Ouch. I think this is wrong: it should be 102. gcc-3.1.x should have
been version 101. Perhaps an errata should be written that indicates
this.
Please let's not get off on the wrong foot with this macro. We have the
chance now to still make __GXX_ABI_VERISON mean something intuiative and
simple: the version of the V3 g++ ABI.
-benjamin