File tree Expand file tree Collapse file tree 5 files changed +52
-1
lines changed Expand file tree Collapse file tree 5 files changed +52
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
2025-09-12 Jeff Law <jlaw@ventanamicro.com>
2
19
3
20
* lra-constraints.cc (get_equiv): Bounds check before accessing
Original file line number Diff line number Diff line change 1
- 20250913
1
+ 20250914
Original file line number Diff line number Diff line change
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
+
1
11
2025-09-10 Martin Uecker <uecker@tugraz.at>
2
12
3
13
* c-tree.h: Add new macro C_DECL_NONLOCAL_CONTEXT and prototype
Original file line number Diff line number Diff line change
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
+
1
16
2025-09-12 Eric Botcazou <ebotcazou@adacore.com>
2
17
3
18
PR ada/121532
Original file line number Diff line number Diff line change
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
+
1
10
2025-09-12 Jonathan Wakely <jwakely@redhat.com>
2
11
3
12
PR libstdc++/121913
You can’t perform that action at this time.
0 commit comments