[all-commits] [llvm/llvm-project] bf4a87: [flang] Move and extend REDUCE() compile-time chec...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Nov 30 11:44:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf4a876309cdc73e3907801abba02d2f1d2d7b6e
https://github.com/llvm/llvm-project/commit/bf4a876309cdc73e3907801abba02d2f1d2d7b6e
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/misc-intrinsics.f90
M flang/test/Semantics/reduce01.f90
Log Message:
-----------
[flang] Move and extend REDUCE() compile-time checking (#72570)
Move the code to check the arguments of references to the intrinsic
function REDUCE() into Semantics/check-calls.cpp, and add checks for
several requirements from the standard that weren't yet caught.
More information about the All-commits
mailing list