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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to