[all-commits] [llvm/llvm-project] 20c543: [flang][Semantics][OpenMP] Don't privatise associa...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Tue Sep 17 03:21:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20c5432d0fb4ac852482141d89287e3fcc2d1278
https://github.com/llvm/llvm-project/commit/20c5432d0fb4ac852482141d89287e3fcc2d1278
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M flang/lib/Semantics/resolve-directives.cpp
A flang/test/Semantics/OpenMP/private-assoc.f90
Log Message:
-----------
[flang][Semantics][OpenMP] Don't privatise associate names (#108856)
The associate name preserves the association with the selector
established in the associate statement. Therefore it is incorrect to
change the data-sharing attribute of the name.
Closes #58041
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