Docs, OpenMP: Correct internal documentation of OMP_FOR.
authorSandra Loosemore <sandra@codesourcery.com>
Tue, 21 Mar 2023 22:15:33 +0000 (22:15 +0000)
committerSandra Loosemore <sandra@codesourcery.com>
Mon, 27 Mar 2023 02:01:14 +0000 (02:01 +0000)
commit50a36a9541526708881f2ac0c4f180506bcf80bb
treecad4ef0c542d49c0592bcda66c55a0b99c1b330a
parent934113189648dc299400bf50fc4b3c786c692443
Docs, OpenMP: Correct internal documentation of OMP_FOR.

gcc/ChangeLog:

* doc/generic.texi (OpenMP): Document OMP_SIMD, OMP_DISTRIBUTE,
OMP_TASKLOOP, and OMP_LOOP with OMP_FOR.  Document how collapsed
loops are represented and which fields are vectors.  Add
documentation for OMP_FOR_PRE_BODY field.  Document internal
form of non-rectangular loops and OMP_FOR_NON_RECTANGULAR.

* tree.def (OMP_FOR): Make documentation consistent with the
Texinfo manual, to fill some gaps and correct errors.
gcc/doc/generic.texi
gcc/tree.def