diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-12-04 00:17:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-12-04 00:17:06 +0000 |
commit | 8c45e67ac673bbddaaf9770a1a6944b382174938 (patch) | |
tree | 0b779b5a86683e6b9b63dc5f4337ac3b051366e5 /gcc/cp | |
parent | b3912122c9dfaba6c8229e8f095885f69782ceda (diff) | |
download | gcc-8c45e67ac673bbddaaf9770a1a6944b382174938.zip gcc-8c45e67ac673bbddaaf9770a1a6944b382174938.tar.gz gcc-8c45e67ac673bbddaaf9770a1a6944b382174938.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 7 |
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> |