[all-commits] [llvm/llvm-project] 44d33f: [Flang][OpenMP] Do not consider procedure names fo...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Thu Feb 9 10:33:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44d33f3aa30cf6ac3e3790859735a643b08de91b
https://github.com/llvm/llvm-project/commit/44d33f3aa30cf6ac3e3790859735a643b08de91b
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M flang/lib/Semantics/resolve-directives.cpp
A flang/test/Semantics/OpenMP/omp-default-none.f90
Log Message:
-----------
[Flang][OpenMP] Do not consider procedure names for data-sharing
An incorrect error was issued for procedure names occuring in OpenMP
regions with default clause set to NONE. Fix is to ignore all cases
where names are various kinds of procedures.
Fixes issue https://github.com/flang-compiler/f18-llvm-project/issues/1350
Reviewed By: peixin
Differential Revision: https://reviews.llvm.org/D143384
More information about the All-commits
mailing list