[all-commits] [llvm/llvm-project] e09e95: [flang] Downgrade error to warning (#83032)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 1 16:54:46 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e09e9567fc1cfc949810cc85f09e1b894ce946df
https://github.com/llvm/llvm-project/commit/e09e9567fc1cfc949810cc85f09e1b894ce946df
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/resolve61.f90
Log Message:
-----------
[flang] Downgrade error to warning (#83032)
It's probably a bad idea to have a Cray pointer whose type is a derived
type that is not a sequence type, but the feature is a nonstandard
extension in the first place. Downgrade the message to a warning.
Fixes https://github.com/llvm/llvm-project/issues/82210.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list