[Bug fortran/82969] ICE in gfc_class_vptr_get, at fortran/trans-expr.c:211

2017-11-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82969 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/82969] ICE in gfc_class_vptr_get, at fortran/trans-expr.c:211

2017-11-13 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82969 --- Comment #1 from G. Steinmetz --- These variants compile : $ cat z2.f90 module m type t real, allocatable :: x(:) procedure(f), nopass, pointer :: g end type contains function f() result(z) class(t), pointer :: z