https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115528
Bug ID: 115528 Summary: [15 regression] segmentation fault in legacy F77 code Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: juergen.reuter at desy dot de Target Milestone: --- Some changes in gcc/gfortran between ca. June 10 and June 17, 2024 now leeds to segmenation faults in our application (Whizard v3.1.4, c.f. http://whizard.hepforge.org/whizard-3.1.4.tar.gz). Note that this appears in our functional testsuite which necessitates the OCaml compiler. The segmentation fault appears e.g. as #0 0x7f827594f51f in ??? at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 #1 0x7f827a3cfd0a in curr_ at ../../../contrib/tauola/formf.f:599 #2 0x7f827a3e0e16 in dam4pi_ at ../../../contrib/tauola/tauola.f:4106 #3 0x7f827a3e1fb6 in dph4pi_ at ../../../contrib/tauola/tauola.f:4067 #4 0x7f827a3e6510 in dadnew_ at ../../../contrib/tauola/tauola.f:3667 #5 0x7f827a3e685c in dexnew_ at ../../../contrib/tauola/tauola.f:3592 #6 0x7f827a3ecc2d in dexay_ at ../../../contrib/tauola/tauola.f:525 #7 0x7f827a3eeffa in initdk_ at ../../../contrib/tauola/tauola_photos_ini.f:452 I need to come up with a workable reproducer, but that's not easy, and my time nowadays is awfully limited. :(