From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 9EDBE385AE4F; Tue, 13 Sep 2022 07:18:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9EDBE385AE4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663053497; bh=QmgZo64rzio0nyDhjfRv1OQrfcPHBzWobiuSuDHwZGQ=; h=From:To:Subject:Date:From; b=GR7REm/YUxa0dLVS5SnJai9RBCxMpYlm90oI5fDXVWKc3ZOQLnGzzmCNtUGJnfGjJ n1K00yGODTkR8cu8uUzIDjDvqEHJZX5m+GmzK284LHOBwFr4bWtun6Dgw+O/RnJMeJ QYVqvsfg1BXz6BfQScr2rerrk5AlI4G55/KP6CHc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] libgomp.texi: move item from gcn to nvptx X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: c8d2d18fc5d03590f6d7e452084b16cce5e044e4 X-Git-Newrev: 0c17135a894dffe99f31fde250da133b38c2888c Message-Id: <20220913071817.9EDBE385AE4F@sourceware.org> Date: Tue, 13 Sep 2022 07:18:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:0c17135a894dffe99f31fde250da133b38c2888c commit 0c17135a894dffe99f31fde250da133b38c2888c Author: Tobias Burnus Date: Tue Sep 13 09:18:01 2022 +0200 libgomp.texi: move item from gcn to nvptx 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) Diff: --- libgomp/ChangeLog.omp | 8 ++++++++ libgomp/libgomp.texi | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index c9827ba53c2..7890b058f89 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,11 @@ +2022-09-13 Tobias Burnus + + Backport from mainline: + 2022-09-13 Tobias Burnus + + * libgomp.texi (gcn): Move misplaced -march=sm_30 remark to ... + (nvptx): ... here. + 2022-09-12 Tobias Burnus Backport from mainline: diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 0069b34f445..a2a4a0a98b9 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -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