Daily bump.

This commit is contained in:
GCC Administrator 2022-06-14 00:19:10 +00:00
parent 5f7a1a436c
commit 2d45d5df9a
3 changed files with 20 additions and 1 deletions

View File

@ -1 +1 @@
20220613
20220614

View File

@ -1,3 +1,15 @@
2022-06-13 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
2022-06-13 Iain Buclaw <ibuclaw@gdcproject.org>
* d-tree.h (check_typeinfo_type): Add Expression* parameter.
(build_typeinfo): Likewise. Declare new override.
* expr.cc (ExprVisitor): Call build_typeinfo with Expression*.
* typeinfo.cc (check_typeinfo_type): Include expression in the
diagnostic message.
(build_typeinfo): New override.
2022-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:

View File

@ -1,3 +1,10 @@
2022-06-13 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
2022-06-13 Iain Buclaw <ibuclaw@gdcproject.org>
* gdc.dg/rtti1.d: New test.
2022-06-11 Patrick Palka <ppalka@redhat.com>
Backported from master: