[flang-commits] [flang] [flang] Main program symbol no longer conflicts with the other symbols (PR #149169)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Wed Jul 16 12:49:22 PDT 2025


================
@@ -170,6 +170,15 @@ end
   In the case of `DEFERRED` bindings in an `ABSTRACT` derived type,
   however, overrides are necessary, so they are permitted for inaccessible
   bindings with an optional warning.
+* Main program name is allowed to be the same as the other symbols used
+  in the main program, for example:
----------------
klausler wrote:

Please add a note to the effect that the program name is capitalized, which is something that people using debuggers may need to know.

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


More information about the flang-commits mailing list