https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117077
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.org --- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Confirmed still on gcc version 16.0.0 20250711 (experimental) (GCC) $ gfc pr117077.f90 pr117077.f90:20:31: 20 | print *, allocated(f%third) | 1 internal compiler error: in fold_convert_loc, at fold-const.cc:2794 0x22093df internal_error(char const*, ...) ../../trunk/gcc/diagnostic-global-context.cc:517 0x64a355 fancy_abort(char const*, int, char const*) ../../trunk/gcc/diagnostic.cc:1810 0x464697 fold_convert_loc(unsigned long, tree_node*, tree_node*) ../../trunk/gcc/fold-const.cc:2794 ... I am working on reducing another associate ICE from a large code set so wanted to check this is not the same.