[Bug fortran/90795] ICE on compilation when using flas "-fcheck=bounds" in submodules structure

2019-09-23 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90795 --- Comment #3 from G. Steinmetz --- Compiles without "final::f" or with a scalar "b" : $ cat z2.f90 module m type t contains final :: f end type type t2 type(t), allocatable :: a end type type t3 type(t2),

[Bug fortran/90795] ICE on compilation when using flas "-fcheck=bounds" in submodules structure

2019-09-23 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90795 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #2 from G.

[Bug fortran/90795] ICE on compilation when using flas "-fcheck=bounds" in submodules structure

2019-06-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90795 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4