From fd7b35de94c6f8055fe611784df07bcd19ba7598 Mon Sep 17 00:00:00 2001 From: psteinfeld <47540744+psteinfeld@users.noreply.github.com> Date: Wed, 3 Apr 2019 10:24:47 -0700 Subject: [PATCH] [flang] Update OptionComparison.md Original-commit: flang-compiler/f18@78e1fce92d162a964fc6f48a26367fef421b805b Tree-same-pre-rewrite: false --- flang/documentation/OptionComparison.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flang/documentation/OptionComparison.md b/flang/documentation/OptionComparison.md index e98a6a9..2e6f2e4 100644 --- a/flang/documentation/OptionComparison.md +++ b/flang/documentation/OptionComparison.md @@ -79,7 +79,7 @@ fall-instrinsics Mallocatable=95|03 - N/A + Mallocatable=95|03 @@ -487,7 +487,7 @@ s default64 r[4|8] - R8, + r8,

fdefault-real-8 @@ -624,7 +624,7 @@ Mi4,

Mnoi4 - I8, + i8,

fdefault-integer-8 @@ -922,7 +922,7 @@ Msave Mrecursive - N/A + Mrecursive @@ -1214,7 +1214,7 @@ IBM Fortran's options allow the source line length to be specified with the opti * **GNU:** For both "ffixed-line-length-_n_" and "ffree-line-length-_n_" options, characters are ignored after the specified length. The default for fixed is 72. The default for free is 132. For free, you can specify 'none' as the length, which means that all characters in the line are meaningful. * **IBM:** For **fixed**, the default is 72. For **free**, there's no default, but the maximum length for either form is 132. * **Intel:** The default is 72 for **fixed** and 132 for **free**. -* **PGI, Flang:** "-Mextend" instructs the compiler to accept 132-column source code; otherwise it accepts 72-column code. It's unclear from the documentation whether this applies to fixed, free, or both source formats. +* **PGI, Flang:** By default, flang accepts up to 1000 characters per line in free form. "-Mextend" instructs the compiler to accept 132-column source code; otherwise it accepts 72-column code. It's unclear from the documentation whether this applies to fixed, free, or both source formats. **Names, Literals, and other tokens** -- 2.7.4