[all-commits] [llvm/llvm-project] 663860: [flang] Fix bug checking SAVE attribute
Tim Keith via All-commits
all-commits at lists.llvm.org
Mon Jun 22 11:33:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 663860f63e73518fc09e55a4a68b03f8027eafc8
https://github.com/llvm/llvm-project/commit/663860f63e73518fc09e55a4a68b03f8027eafc8
Author: Tim Keith <tkeith at nvidia.com>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M flang/lib/Evaluate/tools.cpp
M flang/test/Semantics/resolve45.f90
Log Message:
-----------
[flang] Fix bug checking SAVE attribute
Treat function result like dummy argument: a SAVE statement without an
entity-list does not make it saved.
Differential Revision: https://reviews.llvm.org/D82309
More information about the All-commits
mailing list