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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407
Jonathan Wakely changed:
What|Removed |Added
Attachment #52501|0 |1
is obsolete|
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.
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.
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.
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
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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-11-25
Ever confirmed|0
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
18 matches
Mail list logo