[llvm] [flang-rt] Fix REAL(10)/COMPLEX(10) component sizes in runtime type info (PR #192049)

Eugene Epshteyn via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 05:17:08 PDT 2026


eugeneepshteyn wrote:

> > Since this fixes the related issue, please add a line indicating the issue being fixed as described [here](https://llvm.org/docs/BugLifeCycle.html#resolving-closing-bugs).
> 
> Done!

The PR description needs to have a separate line `Fixes #<issue number>`. This way the issue will be linked to the PR and will be automagically closed once PR is merged. (But not re-opened if PR is reverted, which is annoying.)

https://github.com/llvm/llvm-project/pull/192049


More information about the llvm-commits mailing list