[all-commits] [llvm/llvm-project] 6be608: [flang][openacc] Issue an error when TBP are used ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Nov 6 14:52:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6be6081610b108ff24a2509a0d82e13178c8ec37
https://github.com/llvm/llvm-project/commit/6be6081610b108ff24a2509a0d82e13178c8ec37
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M flang/lib/Semantics/resolve-directives.cpp
M flang/test/Semantics/OpenACC/acc-data.f90
Log Message:
-----------
[flang][openacc] Issue an error when TBP are used in data clause (#71444)
Putting a type-bound procedure in a data clause was crashing the
lowering. Issue a proper semantic error in this case.
More information about the All-commits
mailing list