This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3, C++] RFC: PATCH to add decimal floating point typeinfos to libsupc++
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 12 Nov 2009 00:18:27 +0100
- Subject: Re: [v3, C++] RFC: PATCH to add decimal floating point typeinfos to libsupc++
- References: <4AFB2B54.9010904@redhat.com>
Hi Jason,
> Since the DFP types are new fundamental types, their type_infos should
> be included in libsupc++ like the rest of the fundamental types.
>
> v3 folks: Do my changes to baseline_symbols.txt and gnu.ver look
> right, particularly the new symbol version group?
The new 1.3.4 symbol version group looks fine to me, but I don't
understand why you are changing the (486) baseline and the Makefile: why
aren't you just adding a:
...
known_versions.push_back("CXXABI_1.3.4");
...
to testsuite_abi.cc ans nothing else (besides rtti itself, of course)?
Paolo.