From: GCC Administrator Date: Sun, 31 May 2020 00:16:55 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.2.0~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aacc2c3bdab71e486a69e4b43445e5dd8423253e;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cadcec3f8ad5..6ac640bbe01b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200530 +20200531 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6a4fb1464ebb..697bac22f25e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,39 @@ +2020-05-30 Patrick Palka + + 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 + + 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 + + PR c++/95241 + * constexpr.c (get_or_insert_ctor_field): Add limited support + for RANGE_EXPR index lookups. + +2020-05-30 Patrick Palka + Jason Merrill + + 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 + + PR c++/95371 + * pt.c (process_template_parm): Set DECL_TEMPLATE_INFO + on the DECL_TEMPLATE_RESULT. + 2020-05-27 Jason Merrill PR c++/95319 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a153827dee25..436dc8d8403c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,34 @@ +2020-05-30 Patrick Palka + + PR c++/95386 + * g++.dg/concepts/pr95386.C: New test. + +2020-05-30 Patrick Palka + + 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 + + PR c++/95241 + * g++.dg/cpp0x/constexpr-array25.C: New test. + +2020-05-30 Patrick Palka + Jason Merrill + + PR c++/95181 + * g++.dg/concepts/pr95181.C: New test. + * g++.dg/concepts/pr95181-2.C: New test. + +2020-05-30 Jason Merrill + + PR c++/95371 + * g++.dg/cpp2a/concepts-ttp1.C: New test. + 2020-05-29 Jakub Jelinek PR libfortran/95390