[PATCH] D79282: [flang] Fixed a crash

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 2 12:42:52 PDT 2020


PeteSteinfeld marked an inline comment as done.
PeteSteinfeld added inline comments.


================
Comment at: flang/test/Semantics/resolve33.f90:33-38
+  !ERROR: No definition found for type parameter 'k'
+  !ERROR: No definition found for type parameter 'l'
+  type :: t6(k, l)
+    !ERROR: Must be a constant value
+    character(kind=k, len=l) :: d3
+  end type
----------------
This test case is not sufficient to trigger the crash.  I need to add the declaration of a variable of the type to do that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79282/new/

https://reviews.llvm.org/D79282





More information about the llvm-commits mailing list