[all-commits] [llvm/llvm-project] 34a4ee: [flang] Warn about impure calls in concurrent head...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Sep 16 13:45:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34a4eefcbd8d394616cdb16dcadc70b934a577ce
https://github.com/llvm/llvm-project/commit/34a4eefcbd8d394616cdb16dcadc70b934a577ce
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M flang/lib/Semantics/check-do-forall.cpp
M flang/lib/Semantics/check-do-forall.h
M flang/test/Semantics/OpenMP/workshare02.f90
M flang/test/Semantics/call11.f90
Log Message:
-----------
[flang] Warn about impure calls in concurrent headers (#108436)
Emit a warning when an impure function is referenced from a DO
CONCURRENT or FORALL concurrent-header that is not nested within another
such construct. (That nested case is already an error.)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list