[all-commits] [llvm/llvm-project] 57197a: Revert "[Flang][OpenMP][Sema] Add OpenMP warning w...
dpalermo via All-commits
all-commits at lists.llvm.org
Thu Jun 11 09:17:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57197a0c7b9bb9c362e83e755f653c29996458b7
https://github.com/llvm/llvm-project/commit/57197a0c7b9bb9c362e83e755f653c29996458b7
Author: dpalermo <dan.palermo at amd.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M flang/include/flang/Semantics/openmp-utils.h
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/openmp-utils.cpp
R flang/test/Semantics/OpenMP/target-enter-data-temp-descriptor-omp61.f90
R flang/test/Semantics/OpenMP/target-enter-data-temp-descriptor.f90
Log Message:
-----------
Revert "[Flang][OpenMP][Sema] Add OpenMP warning when mapping local descriptors to device on enter without a corresponding exit" (#203324)
Reverts llvm/llvm-project#201060
Warning is actually reporting an error causing compilation to fail:
error: Semantic errors in OpenMPTargetStream.F90
Above error from Babelstream. Can be seen with either of the following
reproducers:
aomp/test/smoke-fort/milestone-3-babel-copy
aomp/test/smoke-fort-dev/milestone-3-babel
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