[all-commits] [llvm/llvm-project] 1b9247: [flang] Catch statement function typing error
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Feb 1 11:19:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b924783003fdf676c6b9dd6be53450e8a0acc3f
https://github.com/llvm/llvm-project/commit/1b924783003fdf676c6b9dd6be53450e8a0acc3f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/stmt-func01.f90
Log Message:
-----------
[flang] Catch statement function typing error
Emit an error message when the right-hand side expression of a statement function
definition cannot be converted to the type of the statement function.
Differential Revision: https://reviews.llvm.org/D142745
More information about the All-commits
mailing list