Daily bump.

This commit is contained in:
GCC Administrator 2025-03-20 00:24:19 +00:00 committed by Tobias Burnus
parent a05efb217f
commit 80ce18b506
4 changed files with 56 additions and 1 deletions

View File

@ -1 +1 @@
20250319
20250320

View File

@ -1,3 +1,17 @@
2025-03-19 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.cc (gnat_to_gnu_entity) <E_Record_Subtype>: Set
the may_alias attribute if a specific GCC type is built.
2025-03-19 Eric Botcazou <ebotcazou@adacore.com>
* gen_il-gen-gen_nodes.adb (N_Formal_Package_Declaration): Use
N_Declaration instead of Node_Kind as ancestor.
* sem_ch12.adb (Get_Formal_Entity): Remove obsolete alternative.
(Instantiate_Formal_Package): Take into account the abbreviated
instances in the main loop running over the actuals of the local
package created for the formal package.
2025-02-01 Eric Botcazou <ebotcazou@adacore.com>
PR ada/118712

View File

@ -1,3 +1,22 @@
2025-03-19 Jason Merrill <jason@redhat.com>
Backported from master:
2025-03-19 Jason Merrill <jason@redhat.com>
PR c++/119316
* mangle.cc (write_expression) [NEW_EXPR]: Avoid using
compute_array_index_type.
(write_array_type): Add checking_assert.
2025-03-19 Patrick Palka <ppalka@redhat.com>
Backported from master:
2025-03-18 Patrick Palka <ppalka@redhat.com>
PR c++/119233
* pt.cc (mark_template_arguments_used): Also handle member
function pointers.
2025-03-18 Jason Merrill <jason@redhat.com>
Backported from master:

View File

@ -1,3 +1,25 @@
2025-03-19 Jason Merrill <jason@redhat.com>
Backported from master:
2025-03-19 Jason Merrill <jason@redhat.com>
PR c++/119316
* g++.dg/abi/mangle-new1.C: New test.
2025-03-19 Patrick Palka <ppalka@redhat.com>
Backported from master:
2025-03-18 Patrick Palka <ppalka@redhat.com>
PR c++/119233
* g++.dg/template/fn-ptr5.C: New test.
2025-03-19 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/generic_inst14.adb: New test.
* gnat.dg/generic_inst14_pkg.ads: New helper.
* gnat.dg/generic_inst14_pkg-child.ads: Likewise.
2025-03-18 Jason Merrill <jason@redhat.com>
Backported from master: