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

index cadcec3f8ad50d6faa811174f511c59853541dcd..6ac640bbe01b71d4e6ae1f6977251b9ca440005c 100644 (file)
@@ -1 +1 @@
-20200530
+20200531
index 6a4fb1464ebbc07994ba08c3a699a0cb3a0fcc99..697bac22f25e8a321129fb7552fe1aba332af411 100644 (file)
@@ -1,3 +1,39 @@
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95386
+       * constraint.cc (satisfaction_value): Relax to accept any
+       INTEGER_CST that satisfies integer_zerop or integer_onep.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92652
+       PR c++/93698
+       PR c++/94128
+       * parser.c (cp_parser_requires_clause_expression): Temporarily
+       increment processing_template_decl only if it is 0.
+       (cp_parser_constraint_expression): Likewise.
+       (cp_parser_requires_expression): Likewise.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95241
+       * constexpr.c (get_or_insert_ctor_field): Add limited support
+       for RANGE_EXPR index lookups.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+           Jason Merrill  <jason@redhat.com>
+
+       PR c++/95181
+       * class.c (add_method): Let special member function templates
+       coexist if they are not equivalently constrained, or in a class
+       template.
+
+2020-05-30  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95371
+       * pt.c (process_template_parm): Set DECL_TEMPLATE_INFO
+       on the DECL_TEMPLATE_RESULT.
+
 2020-05-27  Jason Merrill  <jason@redhat.com>
 
        PR c++/95319
index a153827dee25f11b48492b83d41d49a7f6c6c53e..436dc8d8403c3cd8b18e23eabe75f54af5dc7bce 100644 (file)
@@ -1,3 +1,34 @@
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95386
+       * g++.dg/concepts/pr95386.C: New test.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92652
+       PR c++/93698
+       PR c++/94128
+       * g++.dg/cpp2a/concepts-lambda8.C: New test.
+       * g++.dg/cpp2a/concepts-lambda9.C: New test.
+       * g++.dg/cpp2a/concepts-lambda10.C: New test.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95241
+       * g++.dg/cpp0x/constexpr-array25.C: New test.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+           Jason Merrill  <jason@redhat.com>
+
+       PR c++/95181
+       * g++.dg/concepts/pr95181.C: New test.
+       * g++.dg/concepts/pr95181-2.C: New test.
+
+2020-05-30  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95371
+       * g++.dg/cpp2a/concepts-ttp1.C: New test.
+
 2020-05-29  Jakub Jelinek  <jakub@redhat.com>
 
        PR libfortran/95390