public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/30226]  New: FAIL: abi_check
@ 2006-12-15 19:08 danglin at gcc dot gnu dot org
  2006-12-16 10:45 ` [Bug libstdc++/30226] " pcarlini at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-12-15 19:08 UTC (permalink / raw)
  To: gcc-bugs

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


-- 
           Summary: FAIL: abi_check
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30226


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/30226] FAIL: abi_check
  2006-12-15 19:08 [Bug libstdc++/30226] New: FAIL: abi_check danglin at gcc dot gnu dot org
@ 2006-12-16 10:45 ` pcarlini at suse dot de
  2006-12-29 12:52 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2006-12-16 10:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pcarlini at suse dot de  2006-12-16 10:45 -------
Yes, this is a known issue:

  http://gcc.gnu.org/ml/libstdc++/2006-12/msg00000.html


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-12-16 10:45:09
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30226


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/30226] FAIL: abi_check
  2006-12-15 19:08 [Bug libstdc++/30226] New: FAIL: abi_check danglin at gcc dot gnu dot org
  2006-12-16 10:45 ` [Bug libstdc++/30226] " pcarlini at suse dot de
@ 2006-12-29 12:52 ` paolo at gcc dot gnu dot org
  2006-12-29 12:53 ` pcarlini at suse dot de
  2006-12-29 12:53 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2006-12-29 12:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo at gcc dot gnu dot org  2006-12-29 12:52 -------
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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30226


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/30226] FAIL: abi_check
  2006-12-15 19:08 [Bug libstdc++/30226] New: FAIL: abi_check danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-12-29 12:53 ` pcarlini at suse dot de
@ 2006-12-29 12:53 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2006-12-29 12:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30226


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/30226] FAIL: abi_check
  2006-12-15 19:08 [Bug libstdc++/30226] New: FAIL: abi_check danglin at gcc dot gnu dot org
  2006-12-16 10:45 ` [Bug libstdc++/30226] " pcarlini at suse dot de
  2006-12-29 12:52 ` paolo at gcc dot gnu dot org
@ 2006-12-29 12:53 ` pcarlini at suse dot de
  2006-12-29 12:53 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2006-12-29 12:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pcarlini at suse dot de  2006-12-29 12:53 -------
Fixed.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30226


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-12-29 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-15 19:08 [Bug libstdc++/30226] New: FAIL: abi_check danglin at gcc dot gnu dot org
2006-12-16 10:45 ` [Bug libstdc++/30226] " pcarlini at suse dot de
2006-12-29 12:52 ` paolo at gcc dot gnu dot org
2006-12-29 12:53 ` pcarlini at suse dot de
2006-12-29 12:53 ` pcarlini at suse dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).