Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 12 Dec 2020 00:16:35 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 12 Dec 2020 00:16:35 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 277eaaffd241a95876c2c2a6b3cbe978b465b754..1668d0a6c2c9fe5accec92667c7a2e16364a97d7 100644 (file)
@@ -1,3 +1,12 @@
+2020-12-11  Nathan Sidwell  <nathan@acm.org>
+
+       * gcc.c (cpp_unique_options): Add Mmodules, Mno-modules.
+       * tree-core.h (enum tree_index): Add TI_MODULE_HWM.
+
+2020-12-11  Jim Wilson  <jimw@sifive.com>
+
+       * varasm.c (get_section): Add DECL_P check before DECL_PRESERVE_P.
+
 2020-12-11  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * config/arm/iterators.md (VDQ): Remove TARGET_HAVE_MVE
index 77ef0ead5262935c6d73e0758eabd9d9d8ccb2ea..bd854f953bfd9409094abc862ac5c0e187dbc257 100644 (file)
@@ -1 +1 @@
-20201211
+20201212
index 353308efddc1dc09d884fafbf6542ea9cdeaf28d..5d52ae104b20c25486448627e2ea5bc89fdb33b3 100644 (file)
@@ -1,3 +1,27 @@
+2020-12-11  Jason Merrill  <jason@redhat.com>
+
+       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  <jason@redhat.com>
+
+       * cp-tree.h (make_binding_vec): Add CXX_MEM_STAT_INFO.
+
+2020-12-11  Nathan Sidwell  <nathan@acm.org>
+
+       * 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  <nathan@acm.org>
+
+       * decl2.c (c_parse_final_cleanups): Refactor loop.
+
 2020-12-11  Nathan Sidwell  <nathan@acm.org>
 
        * cp-tree.h (map_context_from, map_context_to): Declare.
index 6458628f38196762c92057368013df5891a84499..d90f33faacabfa2dd79bea2eddfba03b2ab2a1e1 100644 (file)
@@ -1,3 +1,8 @@
+2020-12-11  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/concepts-conv3.C: New test.
+       * g++.dg/cpp2a/concepts-conv3a.C: New file.
+
 2020-12-11  Nathan Sidwell  <nathan@acm.org>
 
        * g++.dg/modules/modules.exp: New.