[PATCH] D120051: [flang][driver] Make `flang-new` always generate run-time type info
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 17 09:00:42 PST 2022
klausler added inline comments.
================
Comment at: flang/lib/Frontend/FrontendAction.cpp:191
+ // semantic errors. Report them.
+ if (reportFatalSemanticErrors()) {
+ return false;
----------------
jeanPerier wrote:
> @klausler , do can you confirm the runtime type info generation will not generate bogus semantics errors ?
Runtime derived type description generation can emit a fatal error in the case that a specification expression for a component bound or type parameter does not resolve to a constant or LEN type parameter.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120051/new/
https://reviews.llvm.org/D120051
More information about the llvm-commits
mailing list