From: Sandra Loosemore Date: Wed, 18 Dec 2024 03:51:54 +0000 (+0000) Subject: Documentation: Fix paste-o in recent OpenMP/OpenACC patch X-Git-Tag: basepoints/gcc-16~3237 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b34fbab529e64dbeb6db70263e35373c200f899a;p=thirdparty%2Fgcc.git Documentation: Fix paste-o in recent OpenMP/OpenACC patch gcc/ChangeLog * doc/extend.texi (OpenACC): Fix paste-o. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 54465ddc23a1..f045159963ed 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -29403,7 +29403,7 @@ GCC strives to be compatible with the @uref{https://www.openacc.org/, OpenACC Application Programming Interface v2.6}. -To enable the processing of OpenACC directives @samp{#pragma omp} +To enable the processing of OpenACC directives @samp{#pragma acc} in C and C++, GCC needs to be invoked with the @option{-fopenacc} option. This option also arranges for automatic linking of the OpenACC runtime library.