aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-07-12 00:17:09 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-07-12 00:17:09 +0000
commitaf3d3ce31a259699f5ad26addcf1c88a2e4eea6d (patch)
treeecc1a2610e34e13d5a744b544c064b141ff0ea57 /gcc/cp/ChangeLog
parent9aabf81f40f0ee130646ab5e60d158218d1276cc (diff)
downloadgcc-af3d3ce31a259699f5ad26addcf1c88a2e4eea6d.zip
gcc-af3d3ce31a259699f5ad26addcf1c88a2e4eea6d.tar.gz
gcc-af3d3ce31a259699f5ad26addcf1c88a2e4eea6d.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3db03db..19cf1da 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2023-07-11 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/110580
+ * pt.cc (lookup_template_variable): Pass all levels of arguments
+ to coerce_template_parms, and use the parameters from the most
+ general template.
+
2023-07-10 Patrick Palka <ppalka@redhat.com>
PR c++/110523