[all-commits] [llvm/llvm-project] 4148f2: [flang] Check for non-interoperable intrinsic type...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Feb 13 16:53:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4148f2768b877b38ef453c2b202f6e539e485f58
      https://github.com/llvm/llvm-project/commit/4148f2768b877b38ef453c2b202f6e539e485f58
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/type.cpp
    M flang/test/Semantics/bind-c06.f90

  Log Message:
  -----------
  [flang] Check for non-interoperable intrinsic types in BIND(C) derived types

Every component of a BIND(C) interoperable derived type must have an
interoperable type.  Semantics was checking components with derived types,
but not components with intrinsic types.

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




More information about the All-commits mailing list