]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 27 May 2020 07:46:24 +0000 (07:46 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 27 May 2020 07:46:24 +0000 (07:46 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
libgfortran/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index 997e5b5779103fa765acbc906f2b97954a98bf03..b7b667a34d155667b0421b4ee2700ec4d86c1cdf 100644 (file)
@@ -1 +1 @@
-20200526
+20200527
index 1e18ff35a6c04466b000ba9b8676dfc4232744e9..a88cebf3170483911a7a800054bdcb965409d117 100644 (file)
@@ -1,3 +1,9 @@
+2020-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/95191
+       * libgfortran.h (libgfortran_error_codes): Add
+       LIBERROR_BAD_WAIT_ID.
+
 2020-05-20  Mark Eggleston  <markeggleston@gcc.gnu.org>
 
        Backported from master
index 0e81d162d552ab2942916043875c10da7d6e701c..d9546334705f0afcaf9bd75181bccb47a818ad8d 100644 (file)
@@ -1,3 +1,10 @@
+2020-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/95191
+       * io/async.c (async_wait_id): Generate error if ID is higher
+       than the highest current ID.
+       * runtime/error.c (translate_error): Handle LIBERROR_BAD_WAIT_ID.
+
 2020-05-22  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR libfortran/95119
index 3009669982a5ceb28a16d68b32aae66440dff160..e52ba0f64751af0544bdeac50db0ba2bb07139e1 100644 (file)
@@ -1,3 +1,8 @@
+2020-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/95191
+       * testsuite/libgomp.fortran/async_io_9.f90: New test.
+
 2020-05-22  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR libfortran/95119
index 38f1e06255e7834aa4a0c30388ca9b8d221abeb4..c2515d48b9242e18825de345206ab3887c1a6a3f 100644 (file)
@@ -1,3 +1,15 @@
+2020-05-26  Alexandre Oliva  <oliva@adacore.com>
+
+       PR libstdc++/77691
+       * include/experimental/memory_resource
+       (__resource_adaptor_imp::do_allocate): Handle max_align_t on
+       x86-vxworks as on x86-solaris.
+       (__resource_adaptor_imp::do_deallocate): Likewise.
+       * testsuite/experimental/memory_resource/new_delete_resource.cc:
+       Drop xfail.
+       (BAD_MAX_ALIGN_T): Define on x86-vxworks as on x86-solaris.
+       (test03): Drop max-align test for char-aligned alloc.
+
 2020-05-23  Jonathan Wakely  <jwakely@redhat.com>
 
        Backport from mainline