From: GCC Administrator Date: Sat, 12 Dec 2020 00:16:35 +0000 (+0000) Subject: Daily bump. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54f75d8fb3f54541e37432329581a362e6aab94e;p=gcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 277eaaffd24..1668d0a6c2c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2020-12-11 Nathan Sidwell + + * gcc.c (cpp_unique_options): Add Mmodules, Mno-modules. + * tree-core.h (enum tree_index): Add TI_MODULE_HWM. + +2020-12-11 Jim Wilson + + * varasm.c (get_section): Add DECL_P check before DECL_PRESERVE_P. + 2020-12-11 Christophe Lyon * config/arm/iterators.md (VDQ): Remove TARGET_HAVE_MVE diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 77ef0ead526..bd854f953bf 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201211 +20201212 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 353308efddc..5d52ae104b2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,27 @@ +2020-12-11 Jason Merrill + + PR libstdc++/97600 + * call.c (build_user_type_conversion_1): Avoid considering + conversion functions that return a clearly unsuitable type. + +2020-12-11 Jason Merrill + + * cp-tree.h (make_binding_vec): Add CXX_MEM_STAT_INFO. + +2020-12-11 Nathan Sidwell + + * config-lang.in (gtfiles): Add cp/module.cc. + * decl2.c (c_parse_final_cleanups): Add module support. + * lambda.c (record_lambda_scope): Call maybe_attach_decl. + * module.cc (maybe_attach_decl, lazy_load_specializations): Stubs. + (finish_module_procesing): Stub. + * pt.c (lookup_template_class_1): Lazy load specializations. + (instantiate_template_1): Likewise. + +2020-12-11 Nathan Sidwell + + * decl2.c (c_parse_final_cleanups): Refactor loop. + 2020-12-11 Nathan Sidwell * cp-tree.h (map_context_from, map_context_to): Declare. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6458628f381..d90f33faaca 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-12-11 Jason Merrill + + * g++.dg/cpp2a/concepts-conv3.C: New test. + * g++.dg/cpp2a/concepts-conv3a.C: New file. + 2020-12-11 Nathan Sidwell * g++.dg/modules/modules.exp: New.