[flang-commits] [PATCH] D126433: [flang] Update intrinsic module source files

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed May 25 16:44:12 PDT 2022


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


================
Comment at: flang/module/__fortran_ieee_exceptions.f90:56
+
+  interface
+    elemental subroutine ieee_get_flag(flag, flag_value)
----------------
You have the option of declaring all of these subroutines in one interface block; it might look nicer, it might not.


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

https://reviews.llvm.org/D126433



More information about the flang-commits mailing list