Daily bump.

This commit is contained in:
GCC Administrator 2025-10-08 00:25:30 +00:00
parent 1a499691f0
commit 8e284ad9f7
4 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2025-10-07 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-07 Georg-Johann Lay <avr@gjlay.de>
PR target/122187
* config/avr/avr.cc (avr_out_extr, avr_out_extr_not):
Make a local copy of the passed rtx[] operands.
2025-10-03 Alex Coplan <alex.coplan@arm.com>
Backported from master:

View File

@ -1 +1 @@
20251007
20251008

View File

@ -1,3 +1,12 @@
2025-10-07 Patrick Palka <ppalka@redhat.com>
Backported from master:
2025-09-20 Patrick Palka <ppalka@redhat.com>
PR c++/121981
* pt.cc (any_template_parm_r) <case TEMPLATE_TYPE_PARM>:
Don't walk TREE_TYPE.
2025-09-15 Matthias Kretz <m.kretz@gsi.de>
Backported from master:

View File

@ -1,3 +1,19 @@
2025-10-07 Georg-Johann Lay <avr@gjlay.de>
Backported from master:
2025-10-07 Georg-Johann Lay <avr@gjlay.de>
PR target/122187
* gcc.target/avr/torture/pr122187.c: New test.
2025-10-07 Patrick Palka <ppalka@redhat.com>
Backported from master:
2025-09-20 Patrick Palka <ppalka@redhat.com>
PR c++/121981
* g++.dg/cpp2a/concepts-placeholder15.C: New test.
2025-10-05 Harald Anlauf <anlauf@gmx.de>
Backported from master: