[all-commits] [llvm/llvm-project] ec3049: [flang] Cope with errors with array constructors
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Jun 16 13:44:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec3049c79beb5ea24921dd5e4f011cf8ade1e9bd
https://github.com/llvm/llvm-project/commit/ec3049c79beb5ea24921dd5e4f011cf8ade1e9bd
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M flang/lib/Semantics/expression.cpp
M flang/test/Semantics/array-constr-values.f90
Log Message:
-----------
[flang] Cope with errors with array constructors
When a program attempts to put something like a subprogram
into an array constructor, emit an error rather than crashing.
Differential Revision: https://reviews.llvm.org/D104336
More information about the All-commits
mailing list