https://gcc.gnu.org/g:4cc2ad09d0b228fd33605217f98c931410b356a4
commit 4cc2ad09d0b228fd33605217f98c931410b356a4 Author: Michael Meissner <[email protected]> Date: Thu Oct 23 19:34:56 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.test | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog.test b/gcc/ChangeLog.test index ee95289f0feb..1b1ef7376589 100644 --- a/gcc/ChangeLog.test +++ b/gcc/ChangeLog.test @@ -2,7 +2,7 @@ Add conversions between 16-bit floating point and other scalar modes. -2025-10-22 Michael Meissner <[email protected]> +2025-10-23 Michael Meissner <[email protected]> gcc/ @@ -19,9 +19,9 @@ gcc/ ==================== Branch work223-test, patch #413 ==================== -Add scalar __bfloat16 converts. +Add conversions between __bfloat16 and float/double. -2025-10-22 Michael Meissner <[email protected]> +2025-10-23 Michael Meissner <[email protected]> gcc/ @@ -52,9 +52,9 @@ gcc/ ==================== Branch work223-test, patch #412 ==================== -Add scalar _Float16 converts. +Add conversions between _Float16 and float/double. -2025-10-22 Michael Meissner <[email protected]> +2025-10-23 Michael Meissner <[email protected]> gcc/ @@ -69,7 +69,7 @@ gcc/ Add HF/BF emulation functions to libgcc. -2025-10-22 Michael Meissner <[email protected]> +2025-10-23 Michael Meissner <[email protected]> libgcc/ @@ -120,7 +120,7 @@ libgcc/ Add initial _Float16 and __bfloat16 support. -2025-10-22 Michael Meissner <[email protected]> +2025-10-23 Michael Meissner <[email protected]> gcc/
