[all-commits] [llvm/llvm-project] d0ca05: [flang] Fix crash on "call system_clock(count_max=j)"
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Oct 29 10:51:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0ca0595b9bdb66ed28a8e33283d0244575b4ebb
https://github.com/llvm/llvm-project/commit/d0ca0595b9bdb66ed28a8e33283d0244575b4ebb
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
Log Message:
-----------
[flang] Fix crash on "call system_clock(count_max=j)"
An erroneous entry in the intrinsics table causes semantics to
crash on a call to system_clock if the optional "count_max="
argument appears and "count=" does not.
Differential Revision: https://reviews.llvm.org/D112738
More information about the All-commits
mailing list