]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 14 Jun 2020 00:16:51 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 14 Jun 2020 00:16:51 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index d540cbfb2c474b6428f06a650d03316c0079642c..90b1180b4340e49c7ecbcc57a4b3c54bae5f9b8d 100644 (file)
@@ -1 +1 @@
-20200613
+20200614
index 9f7954eafc0e97eb7631da6dea5928951c0d6f9e..eee8caa5d534ae8e6e4610035ddd2d824575e26c 100644 (file)
@@ -1,3 +1,21 @@
+2020-06-13  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/95440
+       * call.c (add_candidates): Use vec_safe_length() for
+       testing the arguments list.
+       (build_new_method_call_1): Use vec_safe_is_empty() when
+       checking for an empty args list.
+
+2020-06-13  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/93467
+       * constraint.cc (associate_classtype_constraints): If there is a
+       discrepancy between the current template depth and the template
+       depth of the original declaration, then adjust the template
+       parameter depth within the current constraints appropriately.
+       * pt.c (tsubst_friend_class): Substitute into and set the
+       constraints on the injected declaration.
+
 2020-06-12  Iain Sandoe  <iain@sandoe.co.uk>
 
        PR c++/95350
index 1b4f924063c8c98f1acd2f757dbdc5c5dabec1aa..39fedee879d9694eafd3cd3889aeb0665639d7e1 100644 (file)
@@ -1,3 +1,14 @@
+2020-06-13  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/95440
+       * g++.dg/coroutines/pr95440.C: New test.
+
+2020-06-13  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/93467
+       * g++.dg/cpp2a/concepts-friend6.C: New test.
+       * g++.dg/cpp2a/concepts-friend7.C: New test.
+
 2020-06-12  Iain Sandoe  <iain@sandoe.co.uk>
 
        PR c++/95350