This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52191] abi_check should flag additions to released versions
- From: "bkoz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Feb 2012 23:25:26 +0000
- Subject: [Bug libstdc++/52191] abi_check should flag additions to released versions
- Auto-submitted: auto-generated
- References: <bug-52191-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52191
Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot |bkoz at gcc dot gnu.org
|gnu.org |
Target Milestone|--- |4.7.0
--- Comment #5 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-02-29 23:25:26 UTC ---
Ranier, can you revisit your initial email, with the symbol changes and the
abi_check changes?
http://gcc.gnu.org/ml/gcc-patches/2012-01/msg01163.html
It seems to me that all that needs doing is to conditionalize the newly-added
symbols on solaris such that
1). they are added into GLIBCXX_3.4.17 on solaris
2). they remain in the same version name on linux
If you will give me an accurate list of new symbols on solaris (say from a
abi_check log) it would be useful.
thanks,
Benjamin