Daily bump.

This commit is contained in:
GCC Administrator
2025-12-27 00:16:26 +00:00
parent dc1d1a30fa
commit d53956a048
6 changed files with 84 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2025-12-26 Matthew Fortune <matthew.fortune@imgtec.com>
* test_installed: Use target to select default gcc/g++ etc.
under test.
2025-12-15 Joseph Myers <josmyers@redhat.com>
* test_installed (--enable-plugin, --with-plugincc=)

View File

@@ -1,3 +1,46 @@
2025-12-26 Jeff Law <jeffrey.law@oss.qualcomm.com>
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 <sloosemore@baylibre.com>
* config/i386/i386.opt.urls: Regenerated.
* config/riscv/riscv.opt.urls: Regenerated.
2025-12-26 Sandra Loosemore <sloosemore@baylibre.com>
* 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 <sloosemore@baylibre.com>
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ć <aarsenovic@baylibre.com>
* tree-ssa-math-opts.cc (execute_cse_sincos_1): If

View File

@@ -1 +1 @@
20251226
20251227

View File

@@ -1,3 +1,21 @@
2025-12-26 Eric Botcazou <ebotcazou@gcc.gnu.org>
PR ada/123088
* sem_aggr.adb (Resolve_Record_Aggregate): Add more robust guard.
2025-12-26 Eric Botcazou <ebotcazou@gcc.gnu.org>
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 <ebotcazou@gcc.gnu.org>
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 <ebotcazou@adacore.com>
PR ada/123060

View File

@@ -1,3 +1,9 @@
2025-12-26 Egas Ribeiro <egas.g.ribeiro@gmail.com>
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 <c8ef@outlook.com>
* c-common.cc: Mention c_common_init_options.

View File

@@ -1,3 +1,14 @@
2025-12-26 Eric Botcazou <ebotcazou@gcc.gnu.org>
* 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 <ebotcazou@gcc.gnu.org>
* gnat.dg/specs/aggr9.ads: New test.
2025-12-25 Arsen Arsenović <aarsenovic@baylibre.com>
* gcc.dg/tree-ssa/sincos-ice-on-ifn_sin-call.c: New test.