Bug 30226 - FAIL: abi_check
Summary: FAIL: abi_check
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: 4.3.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 19:08 UTC by John David Anglin
Modified: 2006-12-29 12:53 UTC (History)
1 user (show)

See Also:
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux-gnu
Known to work:
Known to fail:
Last reconfirmed: 2006-12-16 10:45:09


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2006-12-15 19:08:14 UTC
2 incompatible symbols
0
_ZNKSt5ctypeIcE5widenEPKcS2_Pc
std::ctype<char>::widen(char const*, char const*, char*) const
version status: incompatible
GLIBCXX_3.4
type: function
status: added


1
_ZNKSt5ctypeIcE5widenEc
std::ctype<char>::widen(char) const
version status: incompatible
GLIBCXX_3.4
type: function
status: added



                === libstdc++-v3 check-abi Summary ===

# of added symbols:              67
# of missing symbols:            0
# of incompatible symbols:       2

using: baseline_symbols.txt
FAIL: abi_check
Comment 1 Paolo Carlini 2006-12-16 10:45:09 UTC
Yes, this is a known issue:

  http://gcc.gnu.org/ml/libstdc++/2006-12/msg00000.html
Comment 2 paolo@gcc.gnu.org 2006-12-29 12:52:26 UTC
Subject: Bug 30226

Author: paolo
Date: Fri Dec 29 12:52:14 2006
New Revision: 120261

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120261
Log:
2006-12-29  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/30226
	* config/abi/pre/gnu.ver: Do not export ctype<char>::widen.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver

Comment 3 Paolo Carlini 2006-12-29 12:53:19 UTC
Fixed.