aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/ChangeLog')
-rw-r--r--gcc/d/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 1b653f6..9ba56be 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,16 @@
+2021-06-10 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/100967
+ * d-frontend.cc (getTypeInfoType): Move TypeInfo checks to
+ check_typeinfo_type and call new function.
+ * d-tree.h (check_typeinfo_type): Declare.
+ * typeinfo.cc: Include dmd/scope.h.
+ (create_frontend_tinfo_types): Generate front-end types even if Object
+ is missing.
+ (build_typeinfo): Move TypeInfo checks to check_typeinfo_type and call
+ new function.
+ (check_typeinfo_type): New function.
+
2021-06-09 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/100964