[flang-commits] [PATCH] D132152: [flang][runtime] Improve Fortran I/O behavior when main program is C/C++

vdonaldson via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Aug 18 11:33:34 PDT 2022


vdonaldson accepted this revision.
vdonaldson added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/runtime/unit.cpp:239
+
+// A back-up atexit() handler for progrmas that don't terminate with a main
+// program END or a STOP statement or other Fortran-initiated program shutdown,
----------------
nit: progrmas


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132152/new/

https://reviews.llvm.org/D132152



More information about the flang-commits mailing list