[all-commits] [llvm/llvm-project] b29d63: [flang] Accept BIND(C) derived type for Cray point...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jan 2 09:04:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b29d632eea48a14f46af2a9f04bd28798cb55612
https://github.com/llvm/llvm-project/commit/b29d632eea48a14f46af2a9f04bd28798cb55612
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/lib/Evaluate/tools.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/resolve61.f90
Log Message:
-----------
[flang] Accept BIND(C) derived type for Cray pointees (#76538)
The compiler requires that a Cray pointee have a SEQUENCE type, but a
recent bug report points out that a BIND(C) type should also be
accepted.
Fixes https://github.com/llvm/llvm-project/issues/76529.
More information about the All-commits
mailing list