[flang-commits] [flang] [flang][OpenMP] Fix construct privatization in default clause (PR #72510)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon Nov 20 02:12:15 PST 2023
================
@@ -120,7 +120,6 @@ class DataSharingProcessor {
llvm::SetVector<const Fortran::semantics::Symbol *> privatizedSymbols;
llvm::SetVector<const Fortran::semantics::Symbol *> defaultSymbols;
llvm::SetVector<const Fortran::semantics::Symbol *> symbolsInNestedRegions;
- llvm::SetVector<const Fortran::semantics::Symbol *> symbolsInParentRegions;
----------------
kiranchandramohan wrote:
Why is this not required anymore?
https://github.com/llvm/llvm-project/pull/72510
More information about the flang-commits
mailing list