From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id A1AE13851A84; Tue, 13 Sep 2022 07:12:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1AE13851A84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663053142; bh=JEChwn8b7OW1lJpCOxNF74pigpkAK7yEFB+PmiBg1n0=; h=From:To:Subject:Date:From; b=unB0um9BdhvXnmXovOchBiJcccjN14E2c/cpmpATzpQqhBEDNY10yLvLKnR70ffoF i+To5Ht+SdgUOa7BJ3d3vENNqzOQnjWJStUKTTubFLn8fohMKaqLmWqzzeXLpNqAOI wlYmZbE9JyLL1TLgh8eFytQ6ba1IruaoUUK56DAk= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-2636] libgomp.texi: move item from gcn to nvptx X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/master X-Git-Oldrev: b5f09bd766008fe11aa35ccaa4038f7b09e3492e X-Git-Newrev: eec36f27c3ca85d3b6b469e7161b63b69a5823ac Message-Id: <20220913071222.A1AE13851A84@sourceware.org> Date: Tue, 13 Sep 2022 07:12:22 +0000 (GMT) List-Id: https://gcc.gnu.org/g:eec36f27c3ca85d3b6b469e7161b63b69a5823ac commit r13-2636-geec36f27c3ca85d3b6b469e7161b63b69a5823ac Author: Tobias Burnus Date: Tue Sep 13 09:08:57 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. Diff: --- libgomp/libgomp.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 1f402d6df79..5aef987f00a 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -4386,9 +4386,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 @@ -4435,6 +4432,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