[Bug fortran/92621] Segmentation fault with assumed rank allocatable intent(out) with bind(c)

2020-02-21 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621 --- Comment #3 from José Rui Faustino de Sousa --- Created attachment 47882 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47882=edit New test case

[Bug fortran/92621] Segmentation fault with assumed rank allocatable intent(out) with bind(c)

2020-02-21 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621 --- Comment #2 from José Rui Faustino de Sousa --- Looked a bit further into this and found additional problems both under: gfortran version 10.0.1 20200219 (experimental) (GCC) and gfortran version 9.2.1 20200219 (GCC) With the new test

[Bug fortran/92621] Segmentation fault with assumed rank allocatable intent(out) with bind(c)

2019-11-21 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621 --- Comment #1 from José Rui Faustino de Sousa --- Created attachment 47327 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47327=edit C code