[all-commits] [llvm/llvm-project] 798ae8: [flang][OpenMP] Verify that arguments to COPYPRIVA...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu May 29 13:05:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 798ae823997b417cb85da098f16e4b1101d9b68c
https://github.com/llvm/llvm-project/commit/798ae823997b417cb85da098f16e4b1101d9b68c
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/test/Semantics/OpenMP/copyprivate04.f90
A flang/test/Semantics/OpenMP/copyprivate05.f90
Log Message:
-----------
[flang][OpenMP] Verify that arguments to COPYPRIVATE are variables (#141823)
The check if the arguments are variable list items was missing, leading
to a crash in lowering in some invalid situations.
This fixes the first testcase reported in
https://github.com/llvm/llvm-project/issues/141481
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