[flang-commits] [flang] [flang] Register and lower SECNDS (stubbed implementation) (PR #151878)
Šárka Holendová via flang-commits
flang-commits at lists.llvm.org
Sun Aug 10 08:00:39 PDT 2025
================
@@ -3588,7 +3592,7 @@ std::optional<SpecificCall> IntrinsicProcTable::Implementation::Probe(
parser::Messages specificBuffer;
auto specificRange{specificFuncs_.equal_range(call.name)};
for (auto specIter{specificRange.first}; specIter != specificRange.second;
- ++specIter) {
+ ++specIter) {
----------------
mlir-maiden wrote:
Same here, commented above.
https://github.com/llvm/llvm-project/pull/151878
More information about the flang-commits
mailing list