public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/54872] [4.8 regression] abi_check FAILs on Solaris 10/11
  2012-10-09  9:44 [Bug libstdc++/54872] New: [4.8 regression] abi_check FAILs on Solaris 10/11 ro at gcc dot gnu.org
@ 2012-10-09  9:44 ` ro at gcc dot gnu.org
  2012-10-11  8:39 ` ro at gcc dot gnu.org
  2012-10-11  8:41 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2012-10-09  9:44 UTC (permalink / raw)
  To: gcc-bugs


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug libstdc++/54872] New: [4.8 regression] abi_check FAILs on Solaris 10/11
@ 2012-10-09  9:44 ro at gcc dot gnu.org
  2012-10-09  9:44 ` [Bug libstdc++/54872] " ro at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2012-10-09  9:44 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54872
           Summary: [4.8 regression] abi_check FAILs on Solaris 10/11
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: bkoz@gcc.gnu.org
              Host: *-*-solaris2.1[01]
            Target: *-*-solaris2.1[01]
             Build: *-*-solaris2.1[01]


abi_check currently FAILs on Solaris 10 and 11(both SPARC and x86, 32 and
64-bit),
Solaris 9 is unaffected.

On Solaris 10, I get

1 incompatible symbols 
0
_ZNSt12system_errorC1ESt10error_codeRKSs
std::system_error::system_error(std::error_code, std::string const&)
version status: incompatible
GLIBCXX_3.4.11
type: function
status: added

On Solaris 11, I get:

2 incompatible symbols
0
_ZNSt12system_errorC2ESt10error_codeRKSs
std::system_error::system_error(std::error_code, std::string const&)
version status: incompatible
GLIBCXX_3.4.11
type: function
status: added


1
_ZNSt12system_errorC1ESt10error_codeRKSs
std::system_error::system_error(std::error_code, std::string const&)
version status: incompatible
GLIBCXX_3.4.11
type: function
status: added

  Rainer


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

* [Bug libstdc++/54872] [4.8 regression] abi_check FAILs on Solaris 10/11
  2012-10-09  9:44 [Bug libstdc++/54872] New: [4.8 regression] abi_check FAILs on Solaris 10/11 ro at gcc dot gnu.org
  2012-10-09  9:44 ` [Bug libstdc++/54872] " ro at gcc dot gnu.org
@ 2012-10-11  8:39 ` ro at gcc dot gnu.org
  2012-10-11  8:41 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2012-10-11  8:39 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> 2012-10-11 08:38:41 UTC ---
Author: ro
Date: Thu Oct 11 08:38:28 2012
New Revision: 192349

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192349
Log:
Fix Solaris symbol versioning (PR libstdc++/54872)

    PR libstdc++/54872
    * config/abi/pre/gnu.ver (GLIBCXX_3.4.11) [!__sun__ && !__svr4__]:
    Don't export _ZNSt12system_errorC*.

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


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

* [Bug libstdc++/54872] [4.8 regression] abi_check FAILs on Solaris 10/11
  2012-10-09  9:44 [Bug libstdc++/54872] New: [4.8 regression] abi_check FAILs on Solaris 10/11 ro at gcc dot gnu.org
  2012-10-09  9:44 ` [Bug libstdc++/54872] " ro at gcc dot gnu.org
  2012-10-11  8:39 ` ro at gcc dot gnu.org
@ 2012-10-11  8:41 ` ro at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2012-10-11  8:41 UTC (permalink / raw)
  To: gcc-bugs


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2012-10/msg00991.htm
                   |                            |l
         Resolution|                            |FIXED
         AssignedTo|unassigned at gcc dot       |ro at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2012-10-11 08:41:15 UTC ---
Fixed for 4.8.0.


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

end of thread, other threads:[~2012-10-11  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-09  9:44 [Bug libstdc++/54872] New: [4.8 regression] abi_check FAILs on Solaris 10/11 ro at gcc dot gnu.org
2012-10-09  9:44 ` [Bug libstdc++/54872] " ro at gcc dot gnu.org
2012-10-11  8:39 ` ro at gcc dot gnu.org
2012-10-11  8:41 ` ro at gcc dot gnu.org

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).