[flang-commits] [flang] [flang][hlfir] get rid of box when translating scalars to extented value (PR #125059)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri Jan 31 02:29:20 PST 2025
tblah wrote:
I getting two gfortran tests segfaulting at runtime. The bisect pointed me to this patch:
- https://github.com/llvm/llvm-test-suite/blob/main/Fortran/gfortran/regression/optional_absent_4.f90
- https://github.com/llvm/llvm-test-suite/blob/main/Fortran/gfortran/regression/optional_absent_5.f90
Reproduce with `flang -o /tmp/out optional_absent_4.f90 && /tmp/out`
Please could you take a look?
https://github.com/llvm/llvm-project/pull/125059
More information about the flang-commits
mailing list