diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-12 00:16:35 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-12 00:16:35 +0000 |
commit | 54f75d8fb3f54541e37432329581a362e6aab94e (patch) | |
tree | d0e38d7ee53b800198234bb5a980dc3ff1c0cce9 /gcc | |
parent | 9324f7a25c7161a813bfae6cc2d180784b165740 (diff) | |
download | gcc-54f75d8fb3f54541e37432329581a362e6aab94e.zip gcc-54f75d8fb3f54541e37432329581a362e6aab94e.tar.gz gcc-54f75d8fb3f54541e37432329581a362e6aab94e.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 24 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
4 files changed, 39 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 277eaaf..1668d0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 77ef0ea..bd854f9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201211 +20201212 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 353308e..5d52ae1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6458628..d90f33f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. |