[flang-commits] [PATCH] D101081: [flang] (NFC) Document Fortran feature history
Tim Keith via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Apr 22 11:17:55 PDT 2021
tskeith added inline comments.
================
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
----------------
klausler wrote:
> PeteSteinfeld wrote:
> > It looks like the "**" is not getting rendered as you intended in the formatted markdown.
> I'll convert to English.
If you want to keep `INT**REAL` you can write it in markdown as `INT\*\*REAL`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101081/new/
https://reviews.llvm.org/D101081
More information about the flang-commits
mailing list