[flang-commits] [flang] [flang] Accept interoperable types without BIND(C) (PR #91363)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue May 7 12:50:22 PDT 2024


================
@@ -16,64 +16,70 @@ program main
     integer :: i
   end type
 
-  ! ERROR: A derived type with the BIND attribute cannot have the SEQUENCE attribute
+  ! ERROR: An interoperable derived type cannot not have the SEQUENCE attribute
----------------
clementval wrote:

Isn't the `not` extra here?

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


More information about the flang-commits mailing list