Unverified Commit 87ac65a9 authored by madanial0's avatar madanial0 Committed by GitHub
Browse files

[flang] Match the length size in comparison (NFC) (#78302)



The template function call CheckDescriptorEqInt((exitStat.get(), 127) is
deduced to have INT_T equal to std::int32_t instead of std::int64_t, but
the length descriptor points to a 64-byte storage. The comparison does
not work in a big endian.

Co-authored-by: default avatarMark Danial <mark.danial@ibm.com>
parent fe4d5025
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment