[PATCH] D78160: [flang] Checks for constraints C741 through C750
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 15:07:14 PDT 2020
tskeith added inline comments.
================
Comment at: flang/test/Semantics/assign04.f90:9
type(t(1, 2)) :: x
- !ERROR: Assignment to constant 'x%k' is not allowed
+ !ERROR: Left-hand side of assignment is not modifiable
x%k = 4
----------------
Are the changes to this file intentional? They don't seem related to your changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78160/new/
https://reviews.llvm.org/D78160
More information about the llvm-commits
mailing list