[all-commits] [llvm/llvm-project] f19af9: [flang][cuda] Remove check for obsolete constraint...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Oct 31 12:39:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f19af90cf88246d42ce1f2310ded70895e0835b8
https://github.com/llvm/llvm-project/commit/f19af90cf88246d42ce1f2310ded70895e0835b8
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/cuf02.cuf
Log Message:
-----------
[flang][cuda] Remove check for obsolete constraint (#70707)
The online CUDA Fortran documentation states that a device subprogram
must be a top-level module subprogram, but this has turned out to be an
obsolete constraint. Stop enforcing it.
More information about the All-commits
mailing list