Skip to content

Commit 1744dc2

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 8c23566 commit 1744dc2

File tree

5 files changed

+52
-1
lines changed

5 files changed

+52
-1
lines changed

gcc/ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2025-09-13 Gerald Pfeifer <gerald@pfeifer.com>
2+
3+
* target.def (dtors_from_cxa_atexit): Properly mark up
4+
__cxa_atexit as code.
5+
* doc/tm.texi: Regenerate.
6+
7+
2025-09-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
8+
9+
PR rtl-optimization/121205
10+
* lra-constraints.cc (curr_insn_transform): Stop processing on
11+
error.
12+
13+
2025-09-13 Gerald Pfeifer <gerald@pfeifer.com>
14+
15+
* doc/invoke.texi (Optimize Options): Editorial changes around
16+
-fprofile-partial-training.
17+
118
2025-09-12 Jeff Law <jlaw@ventanamicro.com>
219

320
* lra-constraints.cc (get_equiv): Bounds check before accessing

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250913
1+
20250914

gcc/c/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2025-09-13 Joseph Myers <josmyers@redhat.com>
2+
3+
* c-typeck.cc (c_mark_addressable): New parameter
4+
override_register.
5+
(build_array_ref): Update calls to c_mark_addressable. Give error
6+
in C2Y mode for negative array indices when array expression is an
7+
array not a pointer. Use pedwarn_c23 for subscripting register
8+
array; diagnose that also for register compound literal.
9+
* c-tree.h (c_mark_addressable): Update prototype.
10+
111
2025-09-10 Martin Uecker <uecker@tugraz.at>
212

313
* c-tree.h: Add new macro C_DECL_NONLOCAL_CONTEXT and prototype

gcc/testsuite/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2025-09-13 Dimitar Dimitrov <dimitar@dinux.eu>
2+
3+
* gcc.dg/asm-hard-reg-error-1.c: Enable test for PRU, and define
4+
registers for PRU.
5+
* gcc.dg/asm-hard-reg-error-4.c: Define hard regs for PRU.
6+
* gcc.dg/asm-hard-reg-error-5.c: Ditto.
7+
8+
2025-09-13 Joseph Myers <josmyers@redhat.com>
9+
10+
* gcc.dg/c23-array-negative-1.c, gcc.dg/c23-register-array-1.c,
11+
gcc.dg/c23-register-array-2.c, gcc.dg/c23-register-array-3.c,
12+
gcc.dg/c23-register-array-4.c, gcc.dg/c2y-array-negative-1.c,
13+
gcc.dg/c2y-register-array-2.c, gcc.dg/c2y-register-array-3.c: New
14+
tests.
15+
116
2025-09-12 Eric Botcazou <ebotcazou@adacore.com>
217

318
PR ada/121532

libstdc++-v3/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2025-09-13 Patrick Palka <ppalka@redhat.com>
2+
3+
PR libstdc++/121917
4+
* include/bits/ranges_algo.h (__shuffle_fn::operator()): Only
5+
consider the two-at-a-time PRNG optimization if the range is
6+
sized.
7+
* testsuite/25_algorithms/shuffle/constrained.cc (test03): New
8+
test.
9+
110
2025-09-12 Jonathan Wakely <jwakely@redhat.com>
211

312
PR libstdc++/121913

0 commit comments

Comments
 (0)