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

index 51c41f0bb81c4df739feede47a3ca8a09b817ce7..1094e86b516ac35e7af13da411015ccd4763f464 100644 (file)
@@ -1 +1 @@
-20200610
+20200611
index aced89094061777ce3ee3c76711096b91c5b00fc..1f0e56cf422a22dcf4bcd46e109b34c15966b352 100644 (file)
@@ -1,3 +1,18 @@
+2020-06-10  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/95346
+       * coroutines.cc (morph_fn_to_coro): Ensure that the get-
+       return-object is constructed correctly; When it is not the
+       final return value, pass it to the CTOR of the return type
+       as an rvalue, per the standard comment.
+
+2020-06-10  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/95562
+       * parser.c (cp_parser_direct_declarator): Clear
+       CP_PARSER_FLAGS_DELAY_NOEXCEPT if the declarator kind is not
+       cdk_id.
+
 2020-06-09  Iain Sandoe  <iain@sandoe.co.uk>
 
        PR c++/95345
index fe41b062b522e60e69484510ee163db2c795c069..18c6a30d424011e6aca28864eebb627acf8123d9 100644 (file)
@@ -1,3 +1,13 @@
+2020-06-10  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/95346
+       * g++.dg/coroutines/pr95346.C: New test.
+
+2020-06-10  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/95562
+       * g++.dg/cpp0x/noexcept60.C: New test.
+
 2020-06-09  Iain Sandoe  <iain@sandoe.co.uk>
 
        PR c++/95345