]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 24 Apr 2021 00:18:21 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 24 Apr 2021 00:18:21 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 7e3f420e369e43dc3373623887779314254737e7..26da51d2f9be94af8deb9cab57b711433af75949 100644 (file)
@@ -1 +1 @@
-20210423
+20210424
index de72b76f878e05eedd0ccdf028866fcc66c7c3db..225f7e9adeb5687207eb3ee11aa9cea9feaf0494 100644 (file)
@@ -1,3 +1,13 @@
+2021-04-23  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-04-22  Tobias Burnus  <tobias@codesourcery.com>
+
+       * substr_9.f90: Move to ...
+       * gfortran.dg/substr_9.f90: ... here.
+       * substr_10.f90: Move to ...
+       * gfortran.dg/substr_10.f90: ... here.
+
 2021-04-22  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index 9c35569c2dba84d9352b84a41b69931f582cce4d..91bbeb65374fa51ba101fcb8e3e61fefbc163be6 100644 (file)
@@ -1,3 +1,22 @@
+2021-04-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-04-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/atomic_timed_wait.h (__cond_wait_until_impl):
+       Handle system_clock as well as steady_clock.
+       * testsuite/30_threads/semaphore/try_acquire_for.cc: Re-enable.
+       * testsuite/30_threads/semaphore/try_acquire_until.cc:
+       Re-enable.
+
+2021-04-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-04-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/30_threads/semaphore/try_acquire_posix.cc: Add
+       options for libatomic.
+
 2021-04-22  Thomas Rodgers  <rodgert@twrodgers.com>
 
        Backported from master: