diff options
author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-04-22 15:21:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 15:21:45 -0700 |
commit | cb2639196842630c0a1d5f91e26261f1c42b49fb (patch) | |
tree | e9ab8f65391cd62fb20aaa19b8d916e7f3c68240 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | d2be9826ddf17378a684ee42e3ac2a17a1c63fa8 (diff) | |
download | llvm-cb2639196842630c0a1d5f91e26261f1c42b49fb.zip llvm-cb2639196842630c0a1d5f91e26261f1c42b49fb.tar.gz llvm-cb2639196842630c0a1d5f91e26261f1c42b49fb.tar.bz2 |
[flang] Make proc characterization error conditional for generics (#89429)
When the characteristics of a procedure depend on a procedure that
hasn't yet been defined, the compiler currently emits an unconditional
error message. This includes the case of a procedure whose
characteristics depend, perhaps indirectly, on itself. However, in the
case where the characteristics of a procedure are needed to resolve a
generic, we should not emit an error for a hitherto undefined procedure
-- either the call will resolve to another specific procedure, in which
case the error is spurious, or it won't, and then an error will issue
anyway.
Fixes https://github.com/llvm/llvm-project/issues/88677.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions