[all-commits] [llvm/llvm-project] 63d5e6: [Flang] [Semantics] [OpenMP] Add semantic checks f...
Raghu Maddhipatla via All-commits
all-commits at lists.llvm.org
Fri Apr 25 07:42:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63d5e64f1e729613157683a149b9141e80e0b0c9
https://github.com/llvm/llvm-project/commit/63d5e64f1e729613157683a149b9141e80e0b0c9
Author: Raghu Maddhipatla <7686592+raghavendhra at users.noreply.github.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/test/Semantics/OpenMP/allocate04.f90
Log Message:
-----------
[Flang] [Semantics] [OpenMP] Add semantic checks for ALLOCATE directive (#123421)
Add following semantic checks for ALLOCATE directive as per OpenMP 6.0
standard.
- List item in ALLOCATE directive must not be a dummy argument
- List item in ALLOCATE directive must not have POINTER attribute
- List item in ALLOCATE directive must not be a associate name
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