[flang] Fix for segfault in invalid proc interface message
authorKiran Chandramohan <kiran.chandramohan@arm.com>
Tue, 27 Aug 2019 22:27:11 +0000 (23:27 +0100)
committerKiran Chandramohan <kiran.chandramohan@arm.com>
Tue, 27 Aug 2019 22:28:15 +0000 (23:28 +0100)
commit911cb63719bed7f4ddae4f5ccdd21cc6f2c6f931
tree395412ad002fef2396d1cad84b5fa47afd59172c
parent20473b693938021eff61dd71ec4a67850fc41cec
[flang] Fix for segfault in invalid proc interface message

The segfault happened due to a missing argument.

Original-commit: flang-compiler/f18@8a4f49e86dd7969d13704ec2e5e755e1551319e6
Reviewed-on: https://github.com/flang-compiler/f18/pull/693
flang/lib/semantics/resolve-names.cc
flang/test/semantics/resolve20.f90