Files
clang-p2996/flang/lib/Semantics/mod-file.cpp
Iñaki Amatria Barral 0e907c1721 [flang] Prevent errors from being suppressed (#114420)
`ModFileReader::Say()` flags all messages as errors, but Flang was
mistakenly suppressing two errors when the `-w` flag was used, as they
were incorrectly conditioned to warning suppression. This fix ensures
that errors are reported regardless of the `-w` flag.

This commit also replaces two uses of `_warn_en_US` with `_err_en_US` to
prevent potential confusion in the future.
2024-11-06 08:23:26 +01:00

60 KiB