aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-06-08 00:16:44 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-06-08 00:16:44 +0000
commit438aac594e1c5ad32b787e8753b3893044ecf26f (patch)
tree89015410668ee2aa42129b127dd192a9cb9bdab8 /gcc/cp
parent9858cd1a6827ee7a928318acb5e86389f79b4012 (diff)
downloadgcc-438aac594e1c5ad32b787e8753b3893044ecf26f.zip
gcc-438aac594e1c5ad32b787e8753b3893044ecf26f.tar.gz
gcc-438aac594e1c5ad32b787e8753b3893044ecf26f.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 7542375..225b8917 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2021-06-07 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/100918
+ * parser.c (cp_parser_lookup_name): Check access of the lookup
+ result before we potentially adjust an injected-class-name to
+ its TEMPLATE_DECL.
+
2021-06-06 Jakub Jelinek <jakub@redhat.com>
PR c/100902