aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-12-04 00:17:06 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-12-04 00:17:06 +0000
commit8c45e67ac673bbddaaf9770a1a6944b382174938 (patch)
tree0b779b5a86683e6b9b63dc5f4337ac3b051366e5 /gcc/cp
parentb3912122c9dfaba6c8229e8f095885f69782ceda (diff)
downloadgcc-8c45e67ac673bbddaaf9770a1a6944b382174938.zip
gcc-8c45e67ac673bbddaaf9770a1a6944b382174938.tar.gz
gcc-8c45e67ac673bbddaaf9770a1a6944b382174938.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 1ce30dd..6ebd1ae 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-03 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103081
+ * pt.cc (tsubst_copy) <case CONST_DECL>: Generalize
+ early exit test for namespace-scope decls to check dependence of
+ the enclosing scope instead. Remove dead early exit test.
+
2022-12-02 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Jason Merrill <jason@redhat.com>