[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-04-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #16 from CVS Commits --- The releases/gcc-12 branch has been updated by Rainer Orth : https://gcc.gnu.org/g:c733f40f87bdb414b3e99814d97946bad89db743 commit r12-8320-gc733f40f87bdb414b3e99814d97946bad89db743 Author: Rainer Orth Dat

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-04-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #15 from CVS Commits --- The master branch has been updated by Rainer Orth : https://gcc.gnu.org/g:8c465ddd619bbb2949bc2bc31629c2a826a7c437 commit r13-39-g8c465ddd619bbb2949bc2bc31629c2a826a7c437 Author: Rainer Orth Date: Fri Ap

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-03-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-03-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #13 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:2f26b26721d5f8a6ac874fc23e18e1b03d207990 commit r12-7679-g2f26b26721d5f8a6ac874fc23e18e1b03d207990 Author: Jonathan Wakely Date

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-03-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #12 from Jonathan Wakely --- I tried this instead, but I think this still counts as "binding the same symbol to different versions", and didn't work: #if defined __sun__ && defined _GLIBCXX_HAVE_USELOCALE #if defined(_GLIBCXX_SYMVER

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-03-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #11 from Jonathan Wakely --- OK, so we can just drop the alias symbols. But that means that libstdc++.so on Solaris 11.3 and 11.4 will be incompatible. Is that acceptable? If not, maybe the right thing to do is just add the symbols

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-28 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #8 from Jonathan Wakely --- > Oh dear, yes, wrong patch. I'll attach the right one in a few hours. I've now managed to test it on both Solaris 11.3 and 11.4. However, i

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 Jonathan Wakely changed: What|Removed |Added Attachment #52501|0 |1 is obsolete|

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #8 from Jonathan Wakely --- Oh dear, yes, wrong patch. I'll attach the right one in a few hours.

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-23 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #7 from Rainer Orth --- EWRONGPATCH? I'll give it a whirl on both 11.3 and 11.4 then.

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #6 from Jonathan Wakely --- This fixes the abi check FAIL on Solaris 11.3, I don't have access to 11.4 to try it.

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #5 from Jonathan Wakely --- Created attachment 52501 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52501&action=edit Patch to fix abi-check on Solaris 11.3 This patch changes the version of the std::from_chars symbols from G

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #4 from Jonathan Wakely --- Rainer, is an executable linked against libstdc++.so.6.0.29 on Solaris 11.3 expected to work on an 11.4 machine with libstdc++.so.6.0.30? With a #ifdef kluge in config/abi/pre/gnu.ver we can make the new

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-22 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #3 from Jonathan Wakely --- The new std::from_chars is on trunk, but we still have this in : #if _GLIBCXX_HAVE_USELOCALE Which should be relaxed to not depend on uselocale.

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2021-11-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-11-25 Ever confirmed|0

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2021-11-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 --- Comment #1 from Jonathan Wakely --- (In reply to Rainer Orth from comment #0) > * something else This one! :-) Patrick is in the process of replacing my janky std::from_chars implementation with something faster and more standards-conformi

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2021-11-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Keywords|

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2021-11-24 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0