https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121801
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Matthias Kretz <[email protected]>: https://gcc.gnu.org/g:19dd22fc18efe6b50188638582cd418e1c301a15 commit r13-9886-g19dd22fc18efe6b50188638582cd418e1c301a15 Author: Matthias Kretz <[email protected]> Date: Fri Sep 5 12:16:34 2025 +0200 c++: Fix mangling of _Float16 template args [PR121801] Signed-off-by: Matthias Kretz <[email protected]> gcc/testsuite/ChangeLog: PR c++/121801 * g++.dg/abi/pr121801.C: New test. gcc/cp/ChangeLog: PR c++/121801 * mangle.cc (write_real_cst): Handle 16-bit real and assert that reals have 16 bits or a multiple of 32 bits. (cherry picked from commit 19d1c7c28f4fd0557dd868a7a4041b00ceada890)
