[all-commits] [llvm/llvm-project] 5fc691: [flang] Match argument types for std::min (#71102)
kkwli via All-commits
all-commits at lists.llvm.org
Mon Nov 6 08:02:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fc69134a15a436e69c5b1db26f0a91c1deb3acb
https://github.com/llvm/llvm-project/commit/5fc69134a15a436e69c5b1db26f0a91c1deb3acb
Author: kkwli <kkwli at users.noreply.github.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M flang/lib/Evaluate/fold-implementation.h
Log Message:
-----------
[flang] Match argument types for std::min (#71102)
PR #68342 causes build breakage on MacOS due to uint64_t being defined
as unsigned long long instead of unsigned long. It leads to type
mismatch in the arguments for std::min.
More information about the All-commits
mailing list