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: [v3, C++] RFC: PATCH to add decimal floating point typeinfos to libsupc++


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.


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