Hi Sandra,

On 1/20/20 5:39 AM, Sandra Loosemore wrote:
I happen to have noticed a couple weeks ago that this language about OpenACC support being experimental appears in multiple places in the gfortran manual, […]  The same disclaimer for that option in the main GCC manual was removed years ago, so unless the Fortran support is much more broken than the C/C++ support, I think it ought to be removed from the Fortran manual as well.  […]

I concur. That would be the attached patch (on top of the previous patch* in this thread).

Tobias

* https://gcc.gnu.org/ml/gcc-patches/2020-01/msg00600.html

	gcc/fortran/
	* invoke.texi: Remove experimental disclamer for OpenACC.
	* gfortran.texi: Likewise

diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 8bfa898e50d..1d6a9d13c37 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -485,9 +485,6 @@ include OpenMP, Cray-style pointers, some old vendor extensions, and several
 Fortran 2003 and Fortran 2008 features, including TR 15581.  However, it is
 still under development and has a few remaining rough edges.
 There also is initial support for OpenACC.
-Note that this is an experimental feature, incomplete, and subject to
-change in future versions of GCC.  See
-@uref{https://gcc.gnu.org/wiki/OpenACC} for more information.
 
 At present, the GNU Fortran compiler passes the
 @uref{http://www.fortran-2000.com/ArnaudRecipes/fcvs21_f95.html,
@@ -2259,10 +2256,6 @@ The OpenACC Fortran runtime library routines are provided both in a
 form of a Fortran 90 module named @code{openacc} and in a form of a
 Fortran @code{include} file named @file{openacc_lib.h}.
 
-Note that this is an experimental feature, incomplete, and subject to
-change in future versions of GCC.  See
-@uref{https://gcc.gnu.org/wiki/OpenACC} for more information.
-
 @node Argument list functions
 @subsection Argument list functions @code{%VAL}, @code{%REF} and @code{%LOC}
 @cindex argument list functions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 622123b5ae2..052d3178244 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -420,10 +420,6 @@ compilation sentinels in free form and @code{c$}, @code{*$} and
 @code{!$} sentinels in fixed form, and when linking arranges for the
 OpenACC runtime library to be linked in.
 
-Note that this is an experimental feature, incomplete, and subject to
-change in future versions of GCC.  See
-@w{@uref{https://gcc.gnu.org/wiki/OpenACC}} for more information.
-
 @item -fopenmp
 @opindex @code{fopenmp}
 @cindex OpenMP

Reply via email to