diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-07-13 08:25:04 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-07-13 08:25:04 +0200 |
commit | 704686049d5eb2d54fe62585d2c17c5ef00dbb83 (patch) | |
tree | 0278c5ad8b6326931917d793acc35b41b2a6b73f /gcc/c-family/c-omp.c | |
parent | bf85a0385f07887c35c32d62cf9d015b4ae58d22 (diff) | |
download | gcc-704686049d5eb2d54fe62585d2c17c5ef00dbb83.tar.gz |
gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.
* gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.
(omp_notice_threadprivate_variable): Diagnose threadprivate variable
uses inside of order(concurrent) constructs.
(gimplify_scan_omp_clauses): Set ctx->order_concurrent if
OMP_CLAUSE_ORDER is seen.
* omp-low.c (struct omp_context): Add order_concurrent member.
(scan_sharing_clauses): Set ctx->order_concurrent if
OMP_CLAUSE_ORDER is seen.
(check_omp_nesting_restrictions): Diagnose ordered or atomic inside
of simd order(concurrent). Diagnose constructs not allowed inside of
for order(concurrent).
(setjmp_or_longjmp_p): Add a context and TREE_PUBLIC check to avoid
complaining about static double setjmp (double); or class static
methods or non-global namespace setjmps.
(omp_runtime_api_call): New function.
(scan_omp_1_stmt): Diagnose OpenMP runtime API calls inside of
order(concurrent) loops.
* c-c++-common/gomp/order-3.c: New test.
* c-c++-common/gomp/order-4.c: New test.
From-SVN: r273464
Diffstat (limited to 'gcc/c-family/c-omp.c')
0 files changed, 0 insertions, 0 deletions