]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add ChangeLog.omp for mainline cherry-pick
authorTobias Burnus <tobias@codesourcery.com>
Tue, 14 Jul 2020 10:47:36 +0000 (12:47 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 14 Jul 2020 10:47:36 +0000 (12:47 +0200)
Commit b8e1b003ad11e635a5b0984b3ad91b739ef12ca5 of 2020-06-16 added
the mainline commit 12df77ab6df4b91d4770240bcc4ab443e4bb18b9 but missed
to add ChangeLog.omp entries (which are autogenerated on mainline).

Updated: gcc/fortran/ChangeLog.omp, gcc/testsuite/ChangeLog.omp,
and libgomp/ChangeLog.omp.

gcc/fortran/ChangeLog.omp
gcc/testsuite/ChangeLog.omp
libgomp/ChangeLog.omp

index 0118cdfc8ca872107e5b7e959266c28dd3b4d75a..f08355c05762b31dd460432da80e6696f21011c5 100644 (file)
        * trans-openmp.c (gfc_split_omp_clauses): Add if clause
        to target and simd sub-constructs.
 
+2020-06-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backport from mainline
+       2020-06-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       * parse.c (decode_oacc_directive): Permit 'acc routine' also
+       inside pure procedures.
+       * openmp.c (gfc_match_oacc_routine): Inside pure procedures
+       do not permit gang, worker or vector clauses.
+
 2020-03-27  Sandra Loosemore  <sandra@codesourcery.com>
            Gergö Barany <gergo@codesourcery.com>
 
index 817c627e8ed2f78f712ccfd9230e0064721e92d6..24376e7ac076407cfd6393babcce2b17bc635295 100644 (file)
 
        * gfortran.dg/gomp/combined-if.f90: New.
 
+2020-06-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backport from mainline
+       2020-06-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       * gfortran.dg/goacc/pure-elemental-procedures-2.f90: New test.
+
 2020-06-02  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
        * c-c++-common/goacc/noncontig_array-1.c: Dump Gimple pass.
index 5f2a16f8561a9b1d6dac9f4c6f2463d0d16f381f..42e8dc5f91e32b313e0135d43dc396dcfd132e26 100644 (file)
@@ -8,6 +8,13 @@
        (find_load_offset): Delete.
        (create_and_finalize_hsa_program): Remove relocation handling.
 
+2020-06-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backport from mainline
+       2020-06-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       * testsuite/libgomp.oacc-fortran/routine-10.f90: New test.
+
 2020-06-02  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
        * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c (DoWorkVec):