This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH: Fix ABI bug and crash
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 30 Sep 2002 15:22:10 -0500
- Subject: Re: C++ PATCH: Fix ABI bug and crash
- Organization: Red Hat / Chicago
> + if (!abi_version_at_least(2))
For the record, I still think the ABI versioning should be consistent
between flag_abi_version and _GXX_ABI_VERSION.
You seem to disagree.
Why?
Did you see Richard's reply to Jakub?
http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01375.html
http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01424.html
curious,
benjamin