[all-commits] [llvm/llvm-project] 055df4: [flang] Allow interoperable object to have interop...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Jun 11 17:15:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 055df491ed1c179eb0d6a4c686b183b787de9943
      https://github.com/llvm/llvm-project/commit/055df491ed1c179eb0d6a4c686b183b787de9943
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
    M flang/lib/Semantics/check-declarations.cpp
    M flang/test/Semantics/declarations02.f90

  Log Message:
  -----------
  [flang] Allow interoperable object to have interoperable derived type… (#94768)

… that's not BIND(C)

An interoperable BIND(C) object with a derived type should have a
BIND(C) derived type, but will now work with a derived type that
satisfies all of the requirements of a BIND(C) derived type.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list