[all-commits] [llvm/llvm-project] dd047c: [Flang] remove setting lowerbound for non existing...
madanial0 via All-commits
all-commits at lists.llvm.org
Thu Jan 4 13:23:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd047c5b64944bae830b9fecf53f8d11ff41386e
https://github.com/llvm/llvm-project/commit/dd047c5b64944bae830b9fecf53f8d11ff41386e
Author: madanial0 <118996571+madanial0 at users.noreply.github.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M flang/unittests/Runtime/Transformational.cpp
Log Message:
-----------
[Flang] remove setting lowerbound for non existing dimension in shift runtime test case (NFC) (#76990)
The shift2 array only has 1 dimension but the lower bound for a second
dimension is being set causing a seg fault on AIX.
Co-authored-by: Mark Danial <mark.danial at ibm.com>
More information about the All-commits
mailing list