]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/ChangeLog
[libgomp, openacc, testsuite] Fix async/wait logic in lib-13.f90
[thirdparty/gcc.git] / libgomp / ChangeLog
index ef0cdd06422195cfdd8cb8babc4793f177e4cf30..ac8c5b6409166d5919d30baa01e7c91ec19c784f 100644 (file)
@@ -1,3 +1,41 @@
+2018-07-26  Tom de Vries  <tdevries@suse.de>
+
+       * testsuite/libgomp.oacc-fortran/lib-13.f90: Replace acc_wait_all with
+       acc_wait.  Move acc_async_test calls to correct locations.  Remove
+       xfail.
+
+2018-07-25  Nicolas Koenig  <koenigni@gcc.gnu.org>
+       Thomas Koenig <tkoenig@gcc.gnu.org>
+
+       PR fortran/25829
+       * testsuite/libgomp.fortran/async_io_1.f90: New test.
+       * testsuite/libgomp.fortran/async_io_2.f90: New test.
+       * testsuite/libgomp.fortran/async_io_3.f90: New test.
+       * testsuite/libgomp.fortran/async_io_4.f90: New test.
+       * testsuite/libgomp.fortran/async_io_5.f90: New test.
+       * testsuite/libgomp.fortran/async_io_6.f90: New test.
+       * testsuite/libgomp.fortran/async_io_7.f90: New test.
+
+2018-07-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/86542
+       * testsuite/libgomp.c++/pr86542.C: New test.
+
+       PR middle-end/86539
+       * testsuite/libgomp.c++/pr86539.C: New test.
+
+2018-07-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/86443
+       * testsuite/libgomp.c++/for-15.C (a): Remove unused variable.
+       (results): Make sure the variable is not inside declare target region.
+       (qux): Remove unused function.
+
+2018-07-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/86443
+       * testsuite/libgomp.c++/for-15.C: New test.
+
 2018-06-26  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/86291
        * testsuite/libgomp.fortran/do_concurrent_5.f90: Move modified
        test from gfortran.dg to here.
 
+2018-04-12  Cesar Philippidis  <cesar@codesourcery.com>
+
+       * testsuite/libgomp.oacc-c-c++-common/pr84955.c: Revert 259346.
+       * testsuite/libgomp.oacc-fortran/pr84955.f90: Likewise.
+
+2018-04-12  Cesar Philippidis  <cesar@codesourcery.com>
+
+       PR middle-end/84955
+       * testsuite/libgomp.oacc-c-c++-common/pr84955.c: New test.
+       * testsuite/libgomp.oacc-fortran/pr84955.f90: New test.
+
 2018-04-05  Tom de Vries  <tom@codesourcery.com>
 
        PR target/85204