https://gcc.gnu.org/g:171d095f8d6ac03e4ac4ecac3243425c5b3f162e
commit 171d095f8d6ac03e4ac4ecac3243425c5b3f162e Author: Michael Meissner <[email protected]> Date: Fri Nov 14 15:32:43 2025 -0500 Update ChangeLog.* Diff: --- gcc/ChangeLog.ibm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gcc/ChangeLog.ibm b/gcc/ChangeLog.ibm index 1d0c9e1d7c98..7c59d01179af 100644 --- a/gcc/ChangeLog.ibm +++ b/gcc/ChangeLog.ibm @@ -1,3 +1,22 @@ +==================== Branch ibm/gcc-16-future-float16, patch #411 ==================== + +Add _Float16 and __bfloat16 tests. + +2025-11-13 Michael Meissner <[email protected]> + +gcc/testsuite/ + + * gcc.target/powerpc/bfloat16-1.c: New target. + * gcc.target/powerpc/bfloat16-2.c: Likewise. + * gcc.target/powerpc/float16-1.c: Likewise. + * gcc.target/powerpc/float16-2.c: Likewise. + * lib/target-supports.exp (check_ppc_float16_hw_available): New target + supports for _Float16 and __bfloat16 support. + (check_ppc_float16_runtime_available): Likewise. + (check_ppc_bfloat16_hw_available): Likewise. + (check_ppc_bfloat16_runtime_available): Likewise. + (is-effective-target): Add new _Float16 and __bfloat16 targets. + ==================== Branch ibm/gcc-16-future-float16, patch #410 ==================== Add updates from the development branch.
