]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 May 2021 00:18:36 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 May 2021 00:18:36 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 891293d2df122a17a3f9658a956291b535a5f78f..a96c930f221a2b9e28b7445edd6344577aadb3a5 100644 (file)
@@ -1 +1 @@
-20210503
+20210504
index 0ac9d0673acea640785a3ed620aedfa5391da42b..7b1a09e529f6fe80f764602fb33f7d81deea1696 100644 (file)
@@ -1,3 +1,13 @@
+2021-05-03  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-05-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100362
+       * parser.c (cp_parser_class_head): Reinstate calls to pushclass
+       and popclass when parsing the base-clause that were removed in
+       r11-6815.
+
 2021-04-29  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index e54ae674ab2e8b6de080fd021ba0a1147f2f9426..31fb63f4a0f3a2561e79af30b3c1c3d265ac8191 100644 (file)
@@ -1,3 +1,11 @@
+2021-05-03  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-05-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/100362
+       * g++.dg/cpp1y/lambda-generic-100362.C: New test.
+
 2021-04-30  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 1aa357c6a5cbb1c818617389461c05a3399e1423..fbc9a1b472492cf64f584f114a62b881741c0b1b 100644 (file)
@@ -1,3 +1,15 @@
+2021-05-03  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-05-02  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR libgomp/100352
+       * io/transfer.c (st_read_done_worker, st_write_done_worker): Add new
+       arg whether to unlock unit.
+       (st_read_done, st_write_done): Call it with true.
+       * io/async.c (async_io): Call it with false.
+       * io/io.h (st_write_done_worker, st_read_done_worker): Update prototype.
+
 2021-04-27  Release Manager
 
        * GCC 11.1.0 released.
This page took 0.105999 seconds and 5 git commands to generate.