https://gcc.gnu.org/g:d53956a04837e468534e7ef89b5bee2fbc2cea8c
commit r16-6401-gd53956a04837e468534e7ef89b5bee2fbc2cea8c Author: GCC Administrator <[email protected]> Date: Sat Dec 27 00:16:26 2025 +0000 Daily bump. Diff: --- contrib/ChangeLog | 5 +++++ gcc/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 18 ++++++++++++++++++ gcc/c-family/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 11 +++++++++++ 6 files changed, 84 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index b1d0413a1914..7bb7a5d167be 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2025-12-26 Matthew Fortune <[email protected]> + + * test_installed: Use target to select default gcc/g++ etc. + under test. + 2025-12-15 Joseph Myers <[email protected]> * test_installed (--enable-plugin, --with-plugincc=) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93a69d3fe1a5..c3ca1f1b774e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,46 @@ +2025-12-26 Jeff Law <[email protected]> + + PR target/123283 + * config/riscv/sync.md (subword_atomic_fetch_strong_nand): Add + USEs for naked operands that might be pseudos. + (subword_atomic_fetch_strong_<atomic_optab>): Likewise. + (subword_atomic_exchange_strong): Likewise. + (subword_atomic_cas_strong): Likewise. + +2025-12-26 Sandra Loosemore <[email protected]> + + * config/i386/i386.opt.urls: Regenerated. + * config/riscv/riscv.opt.urls: Regenerated. + +2025-12-26 Sandra Loosemore <[email protected]> + + * config/riscv/gen-riscv-ext-texi.cc: Fix table markup and + layout. + * config/riscv/riscv-ext-corev.def: Document missing extensions, + regularize spelling/capitalization in existing descriptions + * config/riscv/riscv-ext-mips.def: Likewise. + * config/riscv/riscv-ext-sifive.def: Likewise. + * config/riscv/riscv-ext-thead.def: Likewise. + * config/riscv/riscv-ext.def: Likewise. + * doc/riscv-ext.texi: Regenerated. + +2025-12-26 Sandra Loosemore <[email protected]> + + PR other/122243 + * config/riscv/riscv.opt (mplt): Mark deprecated option Undocumented. + (msmall-data-limit=): Mark RejectNegative. + * doc/invoke.texi (Option Summary) <RISC-V Options>: Remove -mplt + documentation. Only list one form of each option. Add missing + options -mcpu, -mscalar-strict-align, -mno-vector-strict-align, + -momit-leaf-frame-pointer, -mstringop-strategy, -mrvv-vector-bits, + -mrvv-max-lmul, -madjust-lmul-cost, -mmax-vectorization, and + -mno-autovec-segment. + (RISC-V Options): Remove -mplt documentation. Add documentation for + missing options listed above. Add missing index entries for negative + forms. Correct the default for the -minline-str* options, which + has changed. Copy-edit for markup, spelling, and usage. Trivial + whitespace fixes. + 2025-12-25 Arsen Arsenović <[email protected]> * tree-ssa-math-opts.cc (execute_cse_sincos_1): If diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 1d19e408aff4..7c867c8c3a9d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251226 +20251227 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 41e7c79f4d8c..633a53c81097 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,21 @@ +2025-12-26 Eric Botcazou <[email protected]> + + PR ada/123088 + * sem_aggr.adb (Resolve_Record_Aggregate): Add more robust guard. + +2025-12-26 Eric Botcazou <[email protected]> + + PR ada/123302 + * sem_ch12.adb (Save_Global_Reference.Save_References_In_Aggregate): + Recurse on the scope of the type to find one that is visible, in the + case of an actual in a subprogram call with a local type. + +2025-12-26 Eric Botcazou <[email protected]> + + PR ada/123289 + * sem_ch13.adb (Resolve_Aspect_Aggregate.Resolve_Operation): Give + an error if the operation's name denotes more than one subprogram. + 2025-12-22 Eric Botcazou <[email protected]> PR ada/123060 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 9176e3cf57fe..20764fb17f2f 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,9 @@ +2025-12-26 Egas Ribeiro <[email protected]> + + PR c++/121864 + * c-opts.cc (c_common_finish): Use out_fname as fallback when + fdeps_file is NULL in error message. + 2025-12-23 Yuao Ma <[email protected]> * c-common.cc: Mention c_common_init_options. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cdb58c585b20..734ec571c516 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2025-12-26 Eric Botcazou <[email protected]> + + * gnat.dg/aggr34.adb: New test. + * gnat.dg/aggr34_pkg1.ads, gnat.dg/aggr34_pkg1.adb: New helper. + * gnat.dg/aggr34_pkg2.ads, gnat.dg/aggr34_pkg2.adb: Likewise. + * gnat.dg/aggr34_pkg3.ads: Likewise. + +2025-12-26 Eric Botcazou <[email protected]> + + * gnat.dg/specs/aggr9.ads: New test. + 2025-12-25 Arsen Arsenović <[email protected]> * gcc.dg/tree-ssa/sincos-ice-on-ifn_sin-call.c: New test.
