[all-commits] [llvm/llvm-project] decf02: [Flang][OpenMP][Semantics] Modify errors to warnin...
Raghu Maddhipatla via All-commits
all-commits at lists.llvm.org
Fri Dec 8 14:06:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: decf0277a7f2c69684a44e80f7791038cfaed82d
https://github.com/llvm/llvm-project/commit/decf0277a7f2c69684a44e80f7791038cfaed82d
Author: Raghu Maddhipatla <7686592+raghavendhra at users.noreply.github.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/test/Semantics/OpenMP/target01.f90
Log Message:
-----------
[Flang][OpenMP][Semantics] Modify errors to warnings for semantic checks in IS_DEVICE_PTR related to list-items being dummy arguments. (#74370)
Changed semantic check from giving error to giving a warning about
deprecation from OpenMP 5.2 and later about checks for dummy argument
list-items present on IS_DEVICE_PTR clause.
This P is blocker for
https://github.com/llvm/llvm-project/pull/71255
More information about the All-commits
mailing list