Daily bump.

This commit is contained in:
GCC Administrator 2025-03-21 00:22:55 +00:00 committed by Tobias Burnus
parent 969fe433b0
commit c2ebdabe20
5 changed files with 23 additions and 1 deletions

View File

@ -1 +1 @@
20250320
20250321

View File

@ -1,3 +1,10 @@
2025-03-20 Simon Martin <simon@nasilyan.com>
PR c++/114292
* tree.cc (cp_walk_subtrees): Walk the type of DECL_EXPR
declarations, as well as the TYPE_{MIN,MAX}_VALUE of
INTEGER_TYPEs for template declarations.
2025-03-19 Jason Merrill <jason@redhat.com>
Backported from master:

View File

@ -1,3 +1,8 @@
2025-03-20 Iain Buclaw <ibuclaw@gdcproject.org>
* dmd/MERGE: Merge upstream dmd af92b68a81.
* dmd/VERSION: Bump version to v2.108.1.
2025-03-11 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:

View File

@ -1,3 +1,8 @@
2025-03-20 Simon Martin <simon@nasilyan.com>
PR c++/114292
* g++.dg/cpp1y/lambda-ice4.C: New test.
2025-03-19 Jason Merrill <jason@redhat.com>
Backported from master:

View File

@ -1,3 +1,8 @@
2025-03-20 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime af92b68a81.
* src/MERGE: Merge upstream phobos c970ca67f.
2025-03-10 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/119112