https://gcc.gnu.org/g:cd13c3f65daf5c8afd9dd02db71da1d1c3124dab
commit r13-10041-gcd13c3f65daf5c8afd9dd02db71da1d1c3124dab Author: GCC Administrator <[email protected]> Date: Sat Jan 17 00:17:47 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 22 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 5 +++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee6fa03de207..08845e3b1049 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2026-01-16 Alice Carlotti <[email protected]> + + PR target/123460 + * config.gcc: Accept hyphens in aarch64 --with-arch extensions. + +2026-01-16 LIU Hao <[email protected]> + + Backported from master: + 2025-05-06 LIU Hao <[email protected]> + + PR pch/14940 + * config/i386/host-mingw32.cc (mingw32_gt_pch_use_address): + Replace the loop that attempted to map the PCH only to its + original address with more adaptive operations + +2026-01-16 Vladimir N. Makarov <[email protected]> + + PR rtl-optimization/123121 + * lra-remat.cc (bad_for_rematerialization_p): Consider div/mod ops. + (operand_to_remat): Exclude rematerialization of insns with + multiple sets. + 2026-01-06 Avinash Jayakar <[email protected]> PR tree-optimization/122126 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 9902c08b8a2b..058cb2950ff5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260116 +20260117 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d96a0556d098..70bbefc1c9b0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2026-01-16 Vladimir N. Makarov <[email protected]> + + PR rtl-optimization/123121 + * gcc.target/i386/pr123121.c: New. + 2026-01-06 Avinash Jayakar <[email protected]> PR tree-optimization/122126
