https://gcc.gnu.org/g:6fec926ce8ac0288bd66d29da830e13784d78fe3
commit 6fec926ce8ac0288bd66d29da830e13784d78fe3 Author: Michael Meissner <[email protected]> Date: Thu Oct 23 21:38:00 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/ChangeLog.float b/gcc/ChangeLog.float index 8644ea3c93da..df0de99bbe68 100644 --- a/gcc/ChangeLog.float +++ b/gcc/ChangeLog.float @@ -1,3 +1,14 @@ +==================== Branch work223-float, patch #308 ==================== + +Do not allow non-zero 16-bit floating point constants in easy_altivec_constant. + +2025-10-23 Michael Meissner <[email protected]> + +gcc/ + + * config/rs6000/rs6000.cc (easy_altivec_constant): Do not allow non-zero + 16-bit floating point constants. + ==================== Branch work223-float, patch #307 ==================== Move BFmode and HFmode logical operations to float16.md.
