[flang-commits] [flang] [Flang] Add parsing and attribute registration for SIMPLE specifier (PR #161285)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Sun Apr 26 16:15:17 PDT 2026
================
@@ -0,0 +1,36 @@
+! This is the negative/control case for simple-satisfies-pure.f90.
+! It verifies that a procedure which is neither PURE nor SIMPLE is rejected
+! when passed to a dummy argument that requires a PURE procedure.
+! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
----------------
kparzysz wrote:
Please use the test_errors.py script for checking diagnostics.
https://github.com/llvm/llvm-project/pull/161285
More information about the flang-commits
mailing list