]> git.feebdaed.xyz Git - 0xmirror/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Dec 2025 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Dec 2025 00:16:26 +0000 (00:16 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog

index b1d0413a1914d6a674a7f9af096676976a57ec44..7bb7a5d167bec61ec4ee7703b67ddad2d7387b0a 100644 (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=)
index 93a69d3fe1a5624f7f853ff193380ef103a01c20..c3ca1f1b774eb02803680f6b7f848529a78498b0 100644 (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
index 1d19e408aff41e2d417d8d9fec3d44fd8d542150..7c867c8c3a9ddd378af40835ce17019c8fa68ac6 100644 (file)
@@ -1 +1 @@
-20251226
+20251227
index 41e7c79f4d8c3d4fed129497884ef52c2d51b3a8..633a53c8109770e155635d6a764c7fd885d84b23 100644 (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
index 9176e3cf57fe3f893a083af10e937c645701bc42..20764fb17f2f59c6cabc232828d4e98146440c2c 100644 (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.
index cdb58c585b209fcdc56047c7c0b930425fe8abb2..734ec571c516e6d6c3aa6bcbca4a7dac1fde5524 100644 (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.