https://gcc.gnu.org/g:70f6fbde0c2ff704aa0d059f0b32298fef806897
commit 70f6fbde0c2ff704aa0d059f0b32298fef806897 Author: Michael Meissner <[email protected]> Date: Thu May 7 00:29:40 2026 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/ChangeLog.float b/gcc/ChangeLog.float index f6c8a33621c0..7a3cc07be5ee 100644 --- a/gcc/ChangeLog.float +++ b/gcc/ChangeLog.float @@ -1,3 +1,14 @@ +==================== Branch work245-float, patch #411 ==================== + +Fix vector init bug with V8HFmode and V8BFmode. + +2026-05-07 Michael Meissner <[email protected]> + +gcc/ + + * config/rs6000/rs6000.cc (rs6000_expand_vector_init): Do not treat + V8HFmode and V8BFmode like V8HImode if the values are registers. + ==================== Branch work245-float, patch #410 ==================== Add _Float16 and __bfloat16 tests.
