[all-commits] [llvm/llvm-project] 338e31: [flang] Fix bogus warning about missing FINAL on a...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Sep 18 11:41:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 338e312503d41c90b6d227227bc23cc6c7537936
https://github.com/llvm/llvm-project/commit/338e312503d41c90b6d227227bc23cc6c7537936
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/final02.f90
Log Message:
-----------
[flang] Fix bogus warning about missing FINAL on assumed-rank (#66250)
The warning message about a derived type not having a FINAL subroutine
for a particular object's rank should not issue for an assumed-rank
dummy argument.
More information about the All-commits
mailing list