]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp.texi: Update "Enabling OpenMP" + OpenACC / invoke.texi: -fopenacc/-fopenmp...
authorTobias Burnus <tobias@codesourcery.com>
Sun, 15 Oct 2023 21:10:17 +0000 (23:10 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Sun, 15 Oct 2023 21:10:17 +0000 (23:10 +0200)
commit643a5223f1a1860a88c215d715f079d7f846843c
tree0f5e30d8f5c1397f090063abc6077f239d0483f7
parent67f5d368a5b0b63025e7f92b1936d80d4ea2b234
libgomp.texi: Update "Enabling OpenMP" + OpenACC / invoke.texi: -fopenacc/-fopenmp update

The OpenACC specification does not mention the '!$ ' sentinel for conditional
compilation and the feature was removed in r11-5572-g1d6f6ac693a860
for PR fortran/98011; update libgomp.texi for this and update a leftover
comment. - Additionally, some other updates are done as well.

libgomp/
* libgomp.texi (Enabling OpenMP): Update for C/C++ attributes;
improve wording especially for Fortran; mention -fopenmp-simd.
(Enabling OpenACC): Minor cleanup; remove conditional compilation
sentinel.

gcc/
* doc/invoke.texi (-fopenacc, -fopenmp, -fopenmp-simd): Use @samp not
@code; document more completely the supported Fortran sentinels.

gcc/fortran
* scanner.cc (skip_free_comments, skip_fixed_comments): Remove
leftover 'OpenACC' from comments about OpenMP's conditional
compilation sentinel.
gcc/doc/invoke.texi
gcc/fortran/scanner.cc
libgomp/libgomp.texi