From b34fbab529e64dbeb6db70263e35373c200f899a Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Wed, 18 Dec 2024 03:51:54 +0000 Subject: [PATCH] Documentation: Fix paste-o in recent OpenMP/OpenACC patch gcc/ChangeLog * doc/extend.texi (OpenACC): Fix paste-o. --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2