aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-10-21 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-10-21 00:16:29 +0000
commit674dda6be01990c2def9bd7a41d53ec996e8b0ed (patch)
tree6dd1a9e13dbf7a0eb687c8fafd745a363326fa2b /gcc/cp/ChangeLog
parent1c690164668bda556f308632eab4204f63a138d7 (diff)
downloadgcc-674dda6be01990c2def9bd7a41d53ec996e8b0ed.zip
gcc-674dda6be01990c2def9bd7a41d53ec996e8b0ed.tar.gz
gcc-674dda6be01990c2def9bd7a41d53ec996e8b0ed.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 15419f5..08ba25e1 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,21 @@
+2021-10-20 Jason Merrill <jason@redhat.com>
+
+ * parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
+ Pass true for declarator_p.
+ (cp_parser_nested_name_specifier_opt): Only look through
+ TYPENAME_TYPE if check_dependency_p is false.
+
+2021-10-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/102642
+ * name-lookup.c (push_local_extern_decl_alias): Don't call
+ set_decl_tls_model on error_mark_node.
+ * decl.c (make_rtl_for_nonlocal_decl): Don't call
+ set_user_assembler_name on error_mark_node.
+ * parser.c (cp_parser_oacc_declare): Ignore DECL_LOCAL_DECL_ALIAS
+ if it is error_mark_node.
+ (cp_parser_omp_declare_target): Likewise.
+
2021-10-19 Jakub Jelinek <jakub@redhat.com>
PR c++/102786