[all-commits] [llvm/llvm-project] 0f500d: [flang] Downgrade benign error message to a warning
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jan 13 16:27:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f500d3dae705d37b35ec7002d67d001d9267e19
https://github.com/llvm/llvm-project/commit/0f500d3dae705d37b35ec7002d67d001d9267e19
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M flang/docs/Extensions.md
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/resolve107.f90
M flang/test/Semantics/resolve45.f90
Log Message:
-----------
[flang] Downgrade benign error message to a warning
It's not conforming to specify the SAVE attribute more than
once for a variable, but it also doesn't hurt anything and
isn't fatal in other Fortran compilers. Downgrade the
message to a warning for better portability.
Differential Revision: https://reviews.llvm.org/D117153
More information about the All-commits
mailing list