https://gcc.gnu.org/g:e62f766c1dc497022f5413c4e3cb13d8b2a661d0
commit e62f766c1dc497022f5413c4e3cb13d8b2a661d0 Author: Michael Meissner <[email protected]> Date: Fri Oct 31 20:35:25 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog.float b/gcc/ChangeLog.float index ac5fa7778e6f..0c9f67c42db7 100644 --- a/gcc/ChangeLog.float +++ b/gcc/ChangeLog.float @@ -1,13 +1,15 @@ ==================== Branch work223-float, patch #320 ==================== -Add --with-powerpc-16bit-floating-point. +Add --with-powerpc-float16 and --with-powerpc-float16-disable-warning. 2025-10-31 Michael Meissner <[email protected]> gcc/ * config.gcc (powerpc*-*-*): Add support for the configuration option - --with-powerpc-16bit-floating-point. + --with-powerpc-float16 and --with-powerpc-float16-disable-warning. + * config/rs6000/rs6000-call.cc (init_cumulative_args): Likewise. + (rs6000_function_arg): Likewise. * config/rs6000/rs6000-cpus.def (TARGET_16BIT_FLOATING_POINT): Likewise. (ISA_2_7_MASKS_SERVER): Likewise. (POWERPC_MASKS): Likewise.
