[all-commits] [llvm/llvm-project] 6d2b23: [flang] Fix crash in error recovery (bad binding) ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu May 23 15:14:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d2b23c46e6ad174d16721c4c42a00a2835eab92
https://github.com/llvm/llvm-project/commit/6d2b23c46e6ad174d16721c4c42a00a2835eab92
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M flang/include/flang/Evaluate/characteristics.h
M flang/lib/Evaluate/characteristics.cpp
M flang/lib/Semantics/check-declarations.cpp
Log Message:
-----------
[flang] Fix crash in error recovery (bad binding) (#92800)
A type-bound procedure that's bound to a name that isn't a procedure is
caught as an error, but can also lead to a crash in compatibility
checking later. Make that code more robust to failure.
Fixes https://github.com/llvm/llvm-project/issues/92678.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list