[all-commits] [llvm/llvm-project] 529629: [flang] Fix checks for USE-associated UDDTIO & the...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sat Apr 1 14:43:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 529629271736806f3ccda3ab086946bb6b963af1
https://github.com/llvm/llvm-project/commit/529629271736806f3ccda3ab086946bb6b963af1
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-04-01 (Sat, 01 Apr 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/io11.f90
Log Message:
-----------
[flang] Fix checks for USE-associated UDDTIO & their character argument kinds
Call GetUltimate() before checking a user-defined derived type I/O specific
procedure so that the checks work on a USE-associated procedure. And
require their character arguments to have the default CHARACTER kind.
Differential Revision: https://reviews.llvm.org/D147386
More information about the All-commits
mailing list