https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113578
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
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
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
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!