[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
Mon Apr 27 04:43:44 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 it every time you're checking that a specific diagnostic message has been emitted. That applies to these two files you mentioned as well.
https://github.com/llvm/llvm-project/pull/161285
More information about the flang-commits
mailing list