[Bug fortran/82971] ICE in gfc_find_derived_vtab, at fortran/class.c:2214 ...

2019-03-28 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82971 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/82971] ICE in gfc_find_derived_vtab, at fortran/class.c:2214 ...

2017-11-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82971 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/82971] ICE in gfc_find_derived_vtab, at fortran/class.c:2214 ...

2017-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82971 --- Comment #1 from G. Steinmetz --- $ cat z2.f90 module m type t end type class(t), target :: z type t2 class(t), pointer :: x => z end type end $ gfortran-8-20171112 -c z2.f90 f951: internal compiler error: Segmentation