[Bug fortran/110691] Segmentation fault on generated F2018 binary
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 14 20:48:22 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110691
--- Comment #6 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to anlauf from comment #5)
> I get identical results with ifx, NAG, and gfc-16. (Nvidia fails.)
>
> I wonder if we could bisect what fixed it.
I found a very handy way of bisecting for gfortran changes, when working on
PR124845:
1] Do a diff to a commit, where is know that what is now working did not or
vice versa;
2] Copy and paste the fortran part of the diff; and
3] With the help of the ChangeLog, bisect the diff.
This obviously works best, or even at all, with patches over multiple files and
so this is where the ChangeLog helps.
Paul
More information about the Gcc-bugs
mailing list