Unverified Commit 7605ad8a authored by Peter Klausler's avatar Peter Klausler Committed by GitHub
Browse files

[flang] Always check procedure characterizability (#92008)

When a procedure is defined with a subprogram but never referenced in a
compilation unit, it may not be characterized until lowering, and any
errors in characterization then may crash the compiler. So always ensure
that procedure definitions are characterizable in declaration checking.

Fixes https://github.com/llvm/llvm-project/issues/91845.
parent c227bf1b
Pipeline #2284 failed with stages