[flang-commits] [flang] [Flang][Parser] Handle compiler directives inside INTERFACE blocks (PR #198516)

CHANDRA GHALE via flang-commits flang-commits at lists.llvm.org
Wed May 27 05:57:59 PDT 2026


================
@@ -0,0 +1,25 @@
+! RUN: %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
+
+! Test that unrecognized compiler directives inside INTERFACE blocks
+! produce a warning rather than a parse error.
+
+module m
----------------
chandraghale wrote:

done !!

https://github.com/llvm/llvm-project/pull/198516


More information about the flang-commits mailing list