aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-07 00:16:35 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-07 00:16:35 +0000
commit8e97b9052dbe0ead25019d4b37490f285d1f9c94 (patch)
tree3fd19bb78971162a052c4412f0280f929b6f6b43 /gcc/cp
parent85307b4e938d42201d6c232f5d9259f91133a303 (diff)
downloadgcc-8e97b9052dbe0ead25019d4b37490f285d1f9c94.zip
gcc-8e97b9052dbe0ead25019d4b37490f285d1f9c94.tar.gz
gcc-8e97b9052dbe0ead25019d4b37490f285d1f9c94.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 a741e06..dcd5fd3 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2020-10-06 Marek Polacek <polacek@redhat.com>
+
+ PR c++/97297
+ * parser.c (cp_parser_direct_declarator): When checking if a
+ name is a function template declaration for the P0634R3 case,
+ look in uninstantiated templates too.
+
2020-10-05 Marek Polacek <polacek@redhat.com>
* cp-tree.h (NON_UNION_CLASS_TYPE_P): Fix typo in a comment.