[flang-commits] [flang] [flang][runtime] Fix odd "invalid descriptor" runtime crash (PR #107785)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Tue Sep 10 10:07:46 PDT 2024
================
@@ -0,0 +1,52 @@
+!RUN: bbc --dump-symbols %s | FileCheck %s
+!RUN: %flang_fc1 -fdebug-dump-symbols %s | FileCheck %s
+
+! Test defined assignment with allocatable / pointer LHS arguments.
+! The special bindings for the defined assignmnts must reflect that
----------------
vzakhari wrote:
typo: `assignmnts`
https://github.com/llvm/llvm-project/pull/107785
More information about the flang-commits
mailing list