[flang-commits] [flang] [flang] Prevent errors from being suppressed (PR #114420)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Nov 1 14:23:20 PDT 2024


klausler wrote:

A module file with an incorrect checksum might still be valid or useful, so I didn't want the error to be fatal.  Sometimes it is useful (but dangerous) to be able to modify a module file by hand.

If you must turn these warnings into unconditional errors, then Fortran::common::UsageWarning::ModuleFile will become obsolete and should be deleted.

https://github.com/llvm/llvm-project/pull/114420


More information about the flang-commits mailing list