[Bug fortran/110691] Segmentation fault on valid F2018 code

juergen.reuter at desy dot de gcc-bugzilla@gcc.gnu.org
Mon Jul 17 06:47:17 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110691

--- Comment #1 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Created attachment 55560
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55560&action=edit
Shorter reproducer that gives bogus entries.

This shorter reproducer gives (with gfortran 11.3) bogus output, and with
gfortran 14.0 emty output. The expected output would be
[]

* Array of arrays

[[h(0) h(1)]]
[[h(0) h(1)] [h(-1) h(0)]]


More information about the Gcc-bugs mailing list