https://gcc.gnu.org/g:ac34de574fe4974db48348178ab3e7f94f01e9fa
commit r15-10494-gac34de574fe4974db48348178ab3e7f94f01e9fa Author: GCC Administrator <[email protected]> Date: Tue Nov 11 00:27:20 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 21 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/po/ChangeLog | 4 ++++ gcc/testsuite/ChangeLog | 9 +++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 899b24474292..ec9c881720a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,24 @@ +2025-11-10 Richard Earnshaw <[email protected]> + + Backported from master: + 2025-11-10 Richard Earnshaw <[email protected]> + + PR target/118460 + * config/arm/arm.md (movhfcc): Use expandable_comparison_operator. + (movsfcc, movdfcc): Likewise. + +2025-11-10 Richard Earnshaw <[email protected]> + + Backported from master: + 2025-10-15 Richard Earnshaw <[email protected]> + + PR target/118460 + * config/arm/arm.cc (arm_canonicalize_comparison): For floating- + point comparisons, swap the operand order if that will be more + likely to produce a comparison that can be used with VSEL. + (arm_validize_comparison): Make sure that HFmode comparisons + are compatible with VSEL. + 2025-11-06 Georg-Johann Lay <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7d2de7ae2a3e..3b87aac7e743 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251110 +20251111 diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 77277a5341a0..afabef54fa80 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2025-11-10 Joseph Myers <[email protected]> + + * es.po: Update. + 2025-08-24 Joseph Myers <[email protected]> * de.po: Update. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b0478074412c..fea1e7fb2a67 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2025-11-10 Richard Earnshaw <[email protected]> + + Backported from master: + 2025-10-15 Richard Earnshaw <[email protected]> + + PR target/118460 + * gcc.target/arm/armv8_2-fp16-move-1.c: Adjust expected output. + * gcc.target/arm/armv8_2-fp16-move-2.c: Likewise. + 2025-11-04 Nathaniel Shead <[email protected]> Backported from master:
