public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/103407] New: [12 regression] abi_check FAILs on Solaris
@ 2021-11-24 11:58 ro at gcc dot gnu.org
  2021-11-24 11:59 ` [Bug libstdc++/103407] " ro at gcc dot gnu.org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: ro at gcc dot gnu.org @ 2021-11-24 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407

            Bug ID: 103407
           Summary: [12 regression] abi_check FAILs on Solaris
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---
            Target: *-*-solaris2.11

Between 20211111 (dc002e31fb2d001703278263ea3d1cef366018ae) and 20211113
(a246d7230b8f8b059b21a073e8a91c213dee9cf4),
abi_check began to FAIL on Solaris, both sparc and x86, 32 and 64-bit:

+FAIL: libstdc++-abi/abi_check

3 incompatible symbols
0
_ZSt10from_charsPKcS0_RfSt12chars_format
std::from_chars(char const*, char const*, float&, std::chars_format)
version status: incompatible
GLIBCXX_3.4.29
type: function
status: added


1
_ZSt10from_charsPKcS0_ReSt12chars_format
std::from_chars(char const*, char const*, long double&, std::chars_format)
version status: incompatible
GLIBCXX_3.4.29
type: function
status: added


2
_ZSt10from_charsPKcS0_RdSt12chars_format
std::from_chars(char const*, char const*, double&, std::chars_format)
version status: incompatible
GLIBCXX_3.4.29
type: function
status: added

This coincides with the introduction of the GLIBCXX_3.4.30 version.

After some searching, I found/remembered that the GCC 11.1 baselines on
Solaris explicitly had omitted those symbols:

https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566167.html

to avoid having separate baselines for Solaris 11.3 (which lacks XPG7 support
and thus uselocale) and 11.4 (which is XPG7 conformant).

I'm uncertain how to handle this:

* bite the bullet and introduce separate baselines for both versions (still
  supported by GCC 12)

* filter out those symbols when generating baseline_symbols.txt

* something else

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

end of thread, other threads:[~2022-04-29 12:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24 11:58 [Bug libstdc++/103407] New: [12 regression] abi_check FAILs on Solaris ro at gcc dot gnu.org
2021-11-24 11:59 ` [Bug libstdc++/103407] " ro at gcc dot gnu.org
2021-11-24 12:05 ` rguenth at gcc dot gnu.org
2021-11-24 12:36 ` redi at gcc dot gnu.org
2021-11-25  1:05 ` pinskia at gcc dot gnu.org
2022-02-22 17:44 ` redi at gcc dot gnu.org
2022-02-23 15:57 ` redi at gcc dot gnu.org
2022-02-23 16:41 ` redi at gcc dot gnu.org
2022-02-23 16:53 ` redi at gcc dot gnu.org
2022-02-23 21:02 ` ro at gcc dot gnu.org
2022-02-24  0:58 ` redi at gcc dot gnu.org
2022-02-24  9:41 ` redi at gcc dot gnu.org
2022-02-28 14:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
2022-03-10 16:16 ` redi at gcc dot gnu.org
2022-03-16 17:34 ` redi at gcc dot gnu.org
2022-03-16 21:17 ` cvs-commit at gcc dot gnu.org
2022-03-18 12:43 ` redi at gcc dot gnu.org
2022-04-29 11:50 ` cvs-commit at gcc dot gnu.org
2022-04-29 12:02 ` cvs-commit 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).