[PATCH] D95460: [flang][driver] Add forced form flags and -ffixed-line-length

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 29 04:59:10 PST 2021


awarzynski added a comment.

@FarisRehman, thank you for addressing my comments! I've just realised that `gfortran` doesn't actually support `-fno-fixed-form` or `-fno-free-form`:

  $ gfortran -ffixed-form -fno-fixed-form test.f
  gfortran: error: unrecognized command line option ‘-fno-fixed-form’

I've checked the other spellings too. If that's the case then perhaps the definitions in `Options.td` should be updated to reflect that? And if we don't use `BooleanFFlag` for these options then it should be much easier to add a help text too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95460



More information about the cfe-commits mailing list