[flang-commits] [flang] [flang][test] Enable kinds01/02.f90 and update expected output (PR #146877)
David Spickett via flang-commits
flang-commits at lists.llvm.org
Thu Jul 3 06:05:04 PDT 2025
================
@@ -44,9 +44,9 @@
complex(kind=32) :: z32
!ERROR: COMPLEX*1 is not a supported type
complex*1 :: zs1
-!ERROR: COMPLEX*2 is not a supported type
+!ERROR: COMPLEX(KIND=1) is not a supported type
complex*2 :: zs2
-!ERROR: COMPLEX*64 is not a supported type
+!ERROR: COMPLEX(KIND=32) is not a supported type
----------------
DavidSpickett wrote:
This is what we get now, I don't know if that's actually correct though.
https://github.com/llvm/llvm-project/pull/146877
More information about the flang-commits
mailing list