Early ping (might make it into 10.2.1). > This PR is due to a plain NULL pointer that needs to get caught in the right > place. > > Regtested on x86_64-pc-linux-gnu. > > OK for master / backports where applicable? > > Thanks, > Harald > > > PR fortran/93337 - ICE in gfc_dt_upper_string, at fortran/module.c:441 > > When declaring a polymorphic variable that is not a dummy, allocatable or > pointer, an ICE occurred due to a NULL pointer dereference. Check for > that situation and punt. > > gcc/fortran/ > PR fortran/93337 > * class.c (gfc_find_derived_vtab): Punt if name is not set. > >
Thanks, Harald