[all-commits] [llvm/llvm-project] 345c1e: [flang] Avoid new spurious error under -fopenacc (...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Jan 17 14:03:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 345c1ea881012d84a10b3fe6c2c420dbf8e3ef31
https://github.com/llvm/llvm-project/commit/345c1ea881012d84a10b3fe6c2c420dbf8e3ef31
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M flang/lib/Semantics/resolve-directives.cpp
Log Message:
-----------
[flang] Avoid new spurious error under -fopenacc (#78504)
Don't create HostAssocDetails symbols for subprograms in OpenACC
regions; it can cause warnings to became errors later in compilation
when calls do not appear to be to external procedures with implicit
interfaces.
More information about the All-commits
mailing list