[flang-commits] [flang] [flang] lower vector subscripted polymorphic designators (PR #84778)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Mon Mar 11 10:37:22 PDT 2024


================
@@ -1,6 +1,6 @@
 ! Test lowering of vector subscript designators outside of the
 ! assignment left-and side and input IO context.
-! RUN: bbc -emit-hlfir -o - -I nw %s 2>&1 | FileCheck %s
+! RUN: bbc -emit-hlfir -o - -I nw %s --polymorphic-type 2>&1 | FileCheck %s
----------------
tblah wrote:

Not for this commit, but I think we should keep the defaults in bbc in line with flang-new. As I understand it, polymorphism is enabled by default now?

https://github.com/llvm/llvm-project/pull/84778


More information about the flang-commits mailing list