[flang-commits] [PATCH] D101081: [flang] (NFC) Document Fortran feature history

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Apr 22 10:58:15 PDT 2021


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

Please correct and check the formatted version before merging.



================
Comment at: flang/docs/FortranFeatureHistory.md:11-14
+```eval_rst
+.. contents::
+   :local:
+```
----------------
This looks bogus.


================
Comment at: flang/docs/FortranFeatureHistory.md:60
+* EXTERNAL subprograms for use as actual arguments
+* &666 label actual arg (for assigned GO TO alternate return)
+* alternate RETURN, ENTRY
----------------
Is "&666" really what you mean here?


================
Comment at: flang/docs/FortranFeatureHistory.md:65
+## Unknown, but were in place by FORTRAN IV at the latest:
+* no INT**REAL (or D.P.); promotion on [+-*/] only REAL -> COMPLEX or D.P.
+* trig and transcendentals are externals, not intrinsics
----------------
It looks like the "**" is not getting rendered as you intended in the formatted markdown.


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

https://reviews.llvm.org/D101081



More information about the flang-commits mailing list