This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: draft release notes for gcc 3.3
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc at gcc dot gnu dot org, jbuck at synopsys dot com
- Date: Fri, 9 May 2003 09:21:18 +0200
- Subject: Re: draft release notes for gcc 3.3
- References: <20030507124939.0da846eb.bkoz@redhat.com>
Benjamin Kosnik writes:
>
> Joe,
>
> > (Need to say something about C++ binary compatibility, versioning of
> > libstdc++ etc).
>
> It's my thought that you should say that 3.3.x is C++ ABI compatible
> with 3.2.x. I believe this is certainly the intention.
Is it necessary to be platform specific here? At least on hppa-linux
and m68k-linux, you are only compatible, when configuring with
--enable-sjlj-exceptions
Matthias