aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-12-13 00:18:07 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-12-13 00:18:07 +0000
commit1728c537b4f697e2a4b4eba0b0c70165f2a02840 (patch)
tree908653a277766abd777b0069daf75f9dc7634104 /gcc/d
parent77ebee2bd04cc727161875869b135675d035c66e (diff)
downloadgcc-1728c537b4f697e2a4b4eba0b0c70165f2a02840.zip
gcc-1728c537b4f697e2a4b4eba0b0c70165f2a02840.tar.gz
gcc-1728c537b4f697e2a4b4eba0b0c70165f2a02840.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-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