[Bug libstdc++/113578] Incorrect sign printed for -nan on RISC-V

2024-09-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113578 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug libstdc++/113578] Incorrect sign printed for -nan on RISC-V

2024-09-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113578 --- Comment #15 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:ee9f00606f184be37d6f9df74cc7e222157c7fee commit r15-3903-gee9f00606f184be37d6f9df74cc7e222157c7fee Author: Jonathan Wakely Date

[Bug libstdc++/113578] Incorrect sign printed for -nan on RISC-V

2024-08-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113578 --- Comment #14 from Jonathan Wakely --- New patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659254.html

[Bug libstdc++/113578] Incorrect sign printed for -nan on RISC-V

2024-08-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113578 --- Comment #13 from Jonathan Wakely --- Oh I need to use constexpr not _GLIBCXX17_CONSTEXPR, because those branches must not be taken unless the sizes match. Thanks for the CI checks!