]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.texi: move item from gcn to nvptx
authorTobias Burnus <tobias@codesourcery.com>
Tue, 13 Sep 2022 07:18:01 +0000 (09:18 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 13 Sep 2022 07:18:01 +0000 (09:18 +0200)
I misplaced one remark into 'gcn' instead of 'nvptx' in
commit r13-2625-g6b43f556f392a7165582aca36a19fe7389d995b2

libgomp/ChangeLog:

* libgomp.texi (gcn): Move misplaced -march=sm_30 remark to ...
(nvptx): ... here.

(cherry picked from commit eec36f27c3ca85d3b6b469e7161b63b69a5823ac)

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index c9827ba53c2c5bf29720715557011670582c0748..7890b058f89be9c67f0b20dc360d937341fed2a9 100644 (file)
@@ -1,3 +1,11 @@
+2022-09-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backport from mainline:
+       2022-09-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       * libgomp.texi (gcn): Move misplaced -march=sm_30 remark to ...
+       (nvptx): ... here.
+
 2022-09-12  Tobias Burnus  <tobias@codesourcery.com>
 
        Backport from mainline:
index 0069b34f445d604f62f2948bf2d262a80493c2a3..a2a4a0a98b9f744e44e61641ca48d6e9d8758da7 100644 (file)
@@ -4381,9 +4381,6 @@ The implementation remark:
 @item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
       using the C library @code{printf} functions and the Fortran
       @code{print}/@code{write} statements.
-@item Compilation OpenMP code that contains @code{requires reverse_offload}
-      requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30}
-      is not supported.
 @end itemize
 
 
@@ -4430,6 +4427,9 @@ The implementation remark:
 @item I/O within OpenMP target regions and OpenACC parallel/kernels is supported
       using the C library @code{printf} functions. Note that the Fortran
       @code{print}/@code{write} statements are not supported, yet.
+@item Compilation OpenMP code that contains @code{requires reverse_offload}
+      requires at least @code{-march=sm_35}, compiling for @code{-march=sm_30}
+      is not supported.
 @end itemize