[PATCH] D81490: [flang] Fix bug resolving type in type definition
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 11:33:05 PDT 2020
tskeith updated this revision to Diff 269614.
tskeith added a comment.
Fix typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81490/new/
https://reviews.llvm.org/D81490
Files:
flang/test/Semantics/resolve92.f90
Index: flang/test/Semantics/resolve92.f90
===================================================================
--- flang/test/Semantics/resolve92.f90
+++ flang/test/Semantics/resolve92.f90
@@ -6,7 +6,7 @@
integer :: n
end type
type t2
- ! t and t2 must be resoved to types in m, not components in t2
+ ! t and t2 must be resolved to types in m, not components in t2
type(t) :: t(10) = t(1)
type(t) :: x = t(1)
integer :: t2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81490.269614.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/55e30280/attachment.bin>
More information about the llvm-commits
mailing list