[all-commits] [llvm/llvm-project] a5f1dd: [Flang][OpenMP] Fix issue with named constants in ...
Michael Klemm via All-commits
all-commits at lists.llvm.org
Tue Aug 19 08:52:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5f1ddd115a7ec55bc085402cc73c4133894e3b0
https://github.com/llvm/llvm-project/commit/a5f1ddd115a7ec55bc085402cc73c4133894e3b0
Author: Michael Klemm <michael.klemm at amd.com>
Date: 2025-08-19 (Tue, 19 Aug 2025)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
A flang/test/Semantics/OpenMP/named-constants.f90
Log Message:
-----------
[Flang][OpenMP] Fix issue with named constants in SHARED and FIRSTPRIVATE clauses (#154335)
The seemingly was a regression that prevented the usage of named
constant (w/ PARAMETER attribute) in SHARED and FIRSTPRIVATE clauses.
This PR corrects that.
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