[flang-commits] [clang] [flang] [flang] Support -f[no-]realloc-lhs. (PR #120165)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Tue Dec 17 09:04:55 PST 2024
vzakhari wrote:
> Just a comment, no action required. I see some hits for realloc-lhs in the gfortran testsuite. Will some of these tests start behaving differently?
Thank you for the heads up, Kiran! I did not change `-Wrealloc-lhs`, so they should behave the same way. Those that use `-fno-realloc-lhs` may start failing at higher opt-levels, because Flang may stop generating calls to the runtime. As long as `-fbounds-check` is not supported (https://github.com/orgs/llvm/projects/12?pane=issue&itemId=29048733), I will have to disable them. I will update the suite after merging this PR.
https://github.com/llvm/llvm-project/pull/120165
More information about the flang-commits
mailing list