mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
a05efb217f
commit
80ce18b506
|
|
@ -1 +1 @@
|
|||
20250319
|
||||
20250320
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue