aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/ChangeLog')
-rw-r--r--gcc/d/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 6eae809..7630f24 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,11 @@
+2022-12-12 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/108055
+ * decl.cc (function_defined_in_root_p): Check all enclosing template
+ instances for definition in a root module.
+ (function_needs_inline_definition_p): Replace call to
+ function_defined_in_root_p with test for outer module `isRoot'.
+
2022-12-11 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/108050