More explicit checking of which OMP constructs we're expecting
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 13 Oct 2020 12:56:59 +0000 (14:56 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 13 Nov 2020 21:58:57 +0000 (22:58 +0100)
commitbd7885755405bc9947ebe805a53d6100c78c8e82
tree693d70f776de933eee007e77bd0d1a8ce84b3a47
parent703e4f86496214e4915db898397fcd0ae1d955e0
More explicit checking of which OMP constructs we're expecting

In particular, more precisely highlight what applies generally vs. the special
handling for the current 'parloops'-based OpenACC 'kernels' implementation.

gcc/
* omp-low.c (scan_sharing_clauses, scan_omp_for)
(lower_oacc_reductions, lower_omp_target): More explicit checking
of which OMP constructs we're expecting.
gcc/omp-low.c