Hi! I'd like to ping a couple of C++ patches.
- c++, v2: Implement C++26 P2169R4 - Placeholder variables with no name [PR110349] https://gcc.gnu.org/pipermail/gcc-patches/2023-September/630802.html - c++: Implement C++26 P2361R6 - Unevaluated strings [PR110342] https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628375.html - c++, v2: Implement C++26 P2741R3 - user-generated static_assert messages [PR110348] https://gcc.gnu.org/pipermail/gcc-patches/2023-September/630803.html - c++: Implement C++ DR 2406 - [[fallthrough]] attribute and iteration statements [PR107571] https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628487.html (from this one Richi approved the middle-end changes) - c++: Implement C++26 P1854R4 - Making non-encodable string literals ill-formed [PR110341] https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628490.html - libcpp, v2: Small incremental patch for P1854R4 [PR110341] https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628586.html Jakub