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++


On 11/11/2009 06:18 PM, Paolo Carlini wrote:
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)?

Because I don't know about such things. :) I'll try that instead of the baseline change.

The Makefile changes aren't really part of this change, just some brokenness I noticed when I tried to do 'make new-abi-baseline' to update the baseline.

Jason


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