diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-11-12 21:56:47 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-11-12 21:56:47 +0100 |
commit | ec6c2029714057b4bca344ee59be977d17361092 (patch) | |
tree | 2552fdca4f0f3b57c3a5059f8309027df06d2fcd /gcc | |
parent | 59a63247992eb13153b82c4902aadf111460eac2 (diff) | |
download | gcc-ec6c2029714057b4bca344ee59be977d17361092.zip gcc-ec6c2029714057b4bca344ee59be977d17361092.tar.gz gcc-ec6c2029714057b4bca344ee59be977d17361092.tar.bz2 |
libstdc++: Fix up to_chars ppc64le _Float128 overloads [PR107636]
As reported, I've misplaced __extension__ keywords in these cases
(wanted not to have them on the whole inlines because _Float128 is
completely standard now while __float128 is not, but before return
it is a syntax error.
I've verified on a short testcase that both g++ and clang++ accept
__extension__ after return keyword.
2022-11-12 Jakub Jelinek <jakub@redhat.com>
PR libstdc++/107636
* include/std/charconv (to_chars): Fix up powerpc64le _Float128
overload __extension__ placement.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions