[all-commits] [llvm/llvm-project] 6d1a68: [flang] Add semantic checks for interoperability o...

PeixinQiao via All-commits all-commits at lists.llvm.org
Sat Aug 20 08:38:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d1a685172f2acbf8ceae891a9c9c3ff371238a7
      https://github.com/llvm/llvm-project/commit/6d1a685172f2acbf8ceae891a9c9c3ff371238a7
  Author: Peixin Qiao <qiaopeixin at huawei.com>
  Date:   2022-08-20 (Sat, 20 Aug 2022)

  Changed paths:
    M flang/lib/Semantics/check-declarations.cpp
    M flang/module/__fortran_builtins.f90
    M flang/test/Semantics/bind-c06.f90

  Log Message:
  -----------
  [flang] Add semantic checks for interoperability of derived type (C1806)

As Fortran 2018 C1806, each component of a derived type with the BIND
attribute shall be a nonpointer, nonallocatable data component with
interoperable type.

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D131585




More information about the All-commits mailing list