https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121801
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Matthias Kretz <[email protected]>: https://gcc.gnu.org/g:1d92f9592eb1f90d4ac776bd49d83e3316001b1f commit r14-12021-g1d92f9592eb1f90d4ac776bd49d83e3316001b1f 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)
