Skip to content

Commit d53956a

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent dc1d1a3 commit d53956a

File tree

6 files changed

+84
-1
lines changed

6 files changed

+84
-1
lines changed

contrib/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-12-26 Matthew Fortune <[email protected]>
2+
3+
* test_installed: Use target to select default gcc/g++ etc.
4+
under test.
5+
16
2025-12-15 Joseph Myers <[email protected]>
27

38
* test_installed (--enable-plugin, --with-plugincc=)

gcc/ChangeLog

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
2025-12-26 Jeff Law <[email protected]>
2+
3+
PR target/123283
4+
* config/riscv/sync.md (subword_atomic_fetch_strong_nand): Add
5+
USEs for naked operands that might be pseudos.
6+
(subword_atomic_fetch_strong_<atomic_optab>): Likewise.
7+
(subword_atomic_exchange_strong): Likewise.
8+
(subword_atomic_cas_strong): Likewise.
9+
10+
2025-12-26 Sandra Loosemore <[email protected]>
11+
12+
* config/i386/i386.opt.urls: Regenerated.
13+
* config/riscv/riscv.opt.urls: Regenerated.
14+
15+
2025-12-26 Sandra Loosemore <[email protected]>
16+
17+
* config/riscv/gen-riscv-ext-texi.cc: Fix table markup and
18+
layout.
19+
* config/riscv/riscv-ext-corev.def: Document missing extensions,
20+
regularize spelling/capitalization in existing descriptions
21+
* config/riscv/riscv-ext-mips.def: Likewise.
22+
* config/riscv/riscv-ext-sifive.def: Likewise.
23+
* config/riscv/riscv-ext-thead.def: Likewise.
24+
* config/riscv/riscv-ext.def: Likewise.
25+
* doc/riscv-ext.texi: Regenerated.
26+
27+
2025-12-26 Sandra Loosemore <[email protected]>
28+
29+
PR other/122243
30+
* config/riscv/riscv.opt (mplt): Mark deprecated option Undocumented.
31+
(msmall-data-limit=): Mark RejectNegative.
32+
* doc/invoke.texi (Option Summary) <RISC-V Options>: Remove -mplt
33+
documentation. Only list one form of each option. Add missing
34+
options -mcpu, -mscalar-strict-align, -mno-vector-strict-align,
35+
-momit-leaf-frame-pointer, -mstringop-strategy, -mrvv-vector-bits,
36+
-mrvv-max-lmul, -madjust-lmul-cost, -mmax-vectorization, and
37+
-mno-autovec-segment.
38+
(RISC-V Options): Remove -mplt documentation. Add documentation for
39+
missing options listed above. Add missing index entries for negative
40+
forms. Correct the default for the -minline-str* options, which
41+
has changed. Copy-edit for markup, spelling, and usage. Trivial
42+
whitespace fixes.
43+
144
2025-12-25 Arsen Arsenović <[email protected]>
245

346
* tree-ssa-math-opts.cc (execute_cse_sincos_1): If

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20251226
1+
20251227

gcc/ada/ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2025-12-26 Eric Botcazou <[email protected]>
2+
3+
PR ada/123088
4+
* sem_aggr.adb (Resolve_Record_Aggregate): Add more robust guard.
5+
6+
2025-12-26 Eric Botcazou <[email protected]>
7+
8+
PR ada/123302
9+
* sem_ch12.adb (Save_Global_Reference.Save_References_In_Aggregate):
10+
Recurse on the scope of the type to find one that is visible, in the
11+
case of an actual in a subprogram call with a local type.
12+
13+
2025-12-26 Eric Botcazou <[email protected]>
14+
15+
PR ada/123289
16+
* sem_ch13.adb (Resolve_Aspect_Aggregate.Resolve_Operation): Give
17+
an error if the operation's name denotes more than one subprogram.
18+
119
2025-12-22 Eric Botcazou <[email protected]>
220

321
PR ada/123060

gcc/c-family/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-12-26 Egas Ribeiro <[email protected]>
2+
3+
PR c++/121864
4+
* c-opts.cc (c_common_finish): Use out_fname as fallback when
5+
fdeps_file is NULL in error message.
6+
17
2025-12-23 Yuao Ma <[email protected]>
28

39
* c-common.cc: Mention c_common_init_options.

gcc/testsuite/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2025-12-26 Eric Botcazou <[email protected]>
2+
3+
* gnat.dg/aggr34.adb: New test.
4+
* gnat.dg/aggr34_pkg1.ads, gnat.dg/aggr34_pkg1.adb: New helper.
5+
* gnat.dg/aggr34_pkg2.ads, gnat.dg/aggr34_pkg2.adb: Likewise.
6+
* gnat.dg/aggr34_pkg3.ads: Likewise.
7+
8+
2025-12-26 Eric Botcazou <[email protected]>
9+
10+
* gnat.dg/specs/aggr9.ads: New test.
11+
112
2025-12-25 Arsen Arsenović <[email protected]>
213

314
* gcc.dg/tree-ssa/sincos-ice-on-ifn_sin-call.c: New test.

0 commit comments

Comments
 (0)