[PATCH] D91159: [flang]Add Semantic Checks for Allocate Directive
Irina Dobrescu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 06:43:30 PST 2020
Rin added inline comments.
================
Comment at: flang/test/Semantics/omp-allocate03.f90:15
+ !ERROR: A variable that is part of another variable (as an array or structure element) cannot appear in an ALLOCATE directive.
+ !$omp allocate(my_var%array)
+
----------------
This test is currently failing as it is not throwing any errors, although one is expected.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91159/new/
https://reviews.llvm.org/D91159
More information about the llvm-commits
mailing list