From f832a4d3ee0e94951925534befd17c0cf732c391 Mon Sep 17 00:00:00 2001 From: peter klausler Date: Thu, 18 Apr 2019 14:27:59 -0700 Subject: [PATCH] [flang] Return a missing result Original-commit: flang-compiler/f18@04f9fd39b91dff2987c87fbcd6db043b6811be02 Reviewed-on: https://github.com/flang-compiler/f18/pull/419 --- flang/lib/evaluate/characteristics.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/flang/lib/evaluate/characteristics.cc b/flang/lib/evaluate/characteristics.cc index b1feaad..0ec1f43 100644 --- a/flang/lib/evaluate/characteristics.cc +++ b/flang/lib/evaluate/characteristics.cc @@ -268,6 +268,7 @@ std::optional DummyDataObject::Characterize( result.intent = common::Intent::InOut; } // TODO: acquire coshape when symbol table represents it + return result; } } return std::nullopt; -- 2.7.4