[all-commits] [llvm/llvm-project] a56ef9: [flang] Catch attempt to type a subroutine (#82704)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 1 15:23:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a56ef9f9ced6c279e00671f4f8270e717517de46
https://github.com/llvm/llvm-project/commit/a56ef9f9ced6c279e00671f4f8270e717517de46
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/typed-subr.f90
Log Message:
-----------
[flang] Catch attempt to type a subroutine (#82704)
The presence of a type in the prefix of a SUBROUTINE statement should
elicit an error message, not a crash.
Fixes https://github.com/llvm/llvm-project/issues/80530.
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