]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Mar 2021 00:17:16 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Mar 2021 00:17:16 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 1d3ea34cc4c3a9107d55db1b61b208034f5d41fe..3d919d8fc423ea9ade9f5f3d3af76540b19c0135 100644 (file)
@@ -1,3 +1,10 @@
+2021-03-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/96078
+       * cgraphunit.c (process_function_and_variable_attributes): Don't
+       warn about flatten on an alias if the target also has it.
+       * cgraph.h (symtab_node::get_alias_target_tree): New.
+
 2021-03-03  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/99234
index afcad2953c965d349b79087a55f1e7af2ef777b5..36dfe28d7f350990d23be0f89fbcafbe70135bb0 100644 (file)
@@ -1 +1 @@
-20210304
+20210305
index df67024c6dcb3a11b221044294e8f6d403aaf8e6..fa575e82f69a9f1881cc146feae3e8fe12aa700c 100644 (file)
@@ -1,3 +1,21 @@
+2021-03-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/96199
+       * cp-tree.h (struct push_nested_class_guard): New.
+       * constraint.cc (get_normalized_constraints_from_decl): Use it.
+
+2021-03-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95675
+       * call.c (build_temp): Wrap a CALL_EXPR in a TARGET_EXPR
+       if it didn't get one before.
+
+2021-03-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/98810
+       * pt.c (tsubst_copy) [VIEW_CONVERT_EXPR]: Add const
+       to a class non-type template argument that needs it.
+
 2021-02-27  Jason Merrill  <jason@redhat.com>
 
        PR c++/90333
index fa27adde13fa76f6a01ec954c70e9b455308003d..c6844ae178ef793a401bef68f7aa4695ec4356cf 100644 (file)
@@ -1,3 +1,19 @@
+2021-03-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95675
+       * g++.dg/cpp0x/decltype-call5.C: New test.
+       * g++.dg/cpp0x/decltype-call6.C: New test.
+
+2021-03-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/96078
+       * g++.dg/ext/attr-flatten1.C: New test.
+
+2021-03-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/98810
+       * g++.dg/cpp2a/nontype-class-defarg1.C: New test.
+
 2021-03-03  Richard Biener  <rguenther@suse.de>
 
        Backported from master: