[flang-commits] [flang] [llvm] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue Nov 12 04:06:40 PST 2024
================
@@ -0,0 +1,10 @@
+! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=50
+! Test the source code starting with omp syntax
+
+type, abstract :: t1
+ integer :: y
+end type t1
+
+!ERROR: ABSTRACT derived type may not be used here
----------------
kiranchandramohan wrote:
Where is this error coming from?
https://github.com/llvm/llvm-project/pull/115160
More information about the flang-commits
mailing list