[Bug libfortran/106295] INQUIRE statement bus error at runtime

2024-03-19 Thread ghlixo at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106295 --- Comment #6 from ghlixo at gmail dot com --- One last comment about this issue. I maintain and distribute a Fortran subroutine package to users. In my experience, most of them are unaware that Fortran compilers evolve over time, and that the

[Bug libfortran/106295] INQUIRE statement bus error at runtime

2022-07-14 Thread ghlixo at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106295 --- Comment #3 from ghlixo at gmail dot com --- That first attachment contains both parts of the code (main, subroutine). The later ones are the individual pieces.

[Bug libfortran/106295] INQUIRE statement bus error at runtime

2022-07-14 Thread ghlixo at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106295 --- Comment #2 from ghlixo at gmail dot com --- Created attachment 53298 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53298&action=edit subroutine (to be compiled with older libfortran)

[Bug libfortran/106295] INQUIRE statement bus error at runtime

2022-07-14 Thread ghlixo at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106295 --- Comment #1 from ghlixo at gmail dot com --- Created attachment 53297 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53297&action=edit main program (to be compiled with latest release, e.g. 11.2.0)

[Bug libfortran/106295] New: INQUIRE statement bus error at runtime

2022-07-14 Thread ghlixo at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106295 Bug ID: 106295 Summary: INQUIRE statement bus error at runtime Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfort