This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [C++0x] nullptr
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: Magnus Fromreide <magfr at lysator dot liu dot se>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Thu, 06 May 2010 23:23:22 +0200
- Subject: Re: [C++0x] nullptr
- References: <1268546192.2028.32.camel@sara.home> <4BA46E77.6080507@redhat.com> <1269813166.2249.8.camel@sara.home> <4BB12B74.80703@redhat.com> <4BDD0915.2020301@redhat.com> <1272842221.2000.26.camel@sara.home> <4BE32BEA.9010208@redhat.com> <4BE32EC6.3050304@oracle.com> <4BE33044.7080909@redhat.com>
On 05/06/2010 11:10 PM, Jason Merrill wrote:
>> CXXABI_1.3.4, thus I think the new symbols should go in a new
>> CXXABI_1.3.5.
> you are exporting new symbols, and we released already something with
>
> OK. I wasn't sure whether or not that was necessary.
Then remember to add a "known_versions.push_back("CXXABI_1.3.5");" to
check_version, in testsuite_abi.cc ...
>
>> About the old patterns, it depends what you mean by "redundant"
>
> I mean I had the same patterns twice.
Ah just that. Purely duplicate patterns at the same version can be
certainly removed, unless those damn scripts hide even more mysteries
(Ian is the master about those).
Paolo.