[all-commits] [llvm/llvm-project] f06ea1: [flang] Do definability checking in RANK() clauses...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Nov 13 15:38:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f06ea103e75b2919ba2666128581f1b877d2893e
https://github.com/llvm/llvm-project/commit/f06ea103e75b2919ba2666128581f1b877d2893e
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M flang/lib/Semantics/definable.cpp
M flang/test/Semantics/select-rank03.f90
Log Message:
-----------
[flang] Do definability checking in RANK() clauses (#71607)
I explicitly skipped definability checking for construct entities under
a RANK() clause. I don't know what I was thinking at the time; it's
obviously incorrect! Fix, and add tests.
More information about the All-commits
mailing list