[flang-commits] [flang] [flang] More careful handling of PROCEDURE() components (PR #165468)

Andre Kuhlenschmidt via flang-commits flang-commits at lists.llvm.org
Wed Oct 29 10:08:35 PDT 2025


================
@@ -939,6 +939,17 @@ print *, [(j,j=1,10)]
   This design allows format-driven input with `DT` editing to retain
   control over advancement in child input, while otherwise allowing it.
 
+* Many compilers interpret `PROCEDURE()` as meaning a subroutine,
+  but it does not do so; it defines an entity that is not declared
----------------
akuhlens wrote:

What is "it" here? Is this Flang or the Standard? I scanned back a few paragraphs and the owner of the pronoun wasn't obvious.

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


More information about the flang-commits mailing list