[flang-commits] [PATCH] D121228: [flang] Add nonfatal message classes

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Mar 8 10:47:37 PST 2022


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

All builds and tests correctly and looks good.



================
Comment at: flang/docs/Parsing.md:140-149
+All "fatal" errors that do not immediately abort compilation but do
+prevent the generation of binary and module files are `_err_en_US`.
+Warnings about detected flaws in the program that probably indicate
+problems worth attention are `_warn_en_US`.
+Non-conforming extensions, legacy features, and obsolescent or deleted
+features will raise `_port_en_US` messages when those are enabled.
+Other messages have a simple `_en_US` suffix, including all messages
----------------
Good explanation.


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

https://reviews.llvm.org/D121228



More information about the flang-commits mailing list