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
..
2022-10-29 14:08:44 -07:00
2023-05-16 13:56:24 -07:00
2023-05-16 13:56:24 -07:00
2023-02-14 10:04:56 -03:00