[flang-commits] [flang] [flang] Check for errors when analyzing array constructors (PR #173092)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Mon Dec 22 23:22:05 PST 2025


================
@@ -0,0 +1,8 @@
+! RUN: %python %S/test_errors.py %s %flang_fc1
+
+program main
+  pointer (j1,ja)
----------------
ergawy wrote:

Can you please add `implicit none` and add explicit type declarations for better test readability?

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


More information about the flang-commits mailing list