https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82993
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot gnu.org --- Comment #4 from kargl at gcc dot gnu.org --- It seems one of my recent patches may have fixed this one. % gfcx d.f90 d.f90:5:30: 5 | type(t), parameter :: z = 1 | 1 Error: Incompatible initialization between a derived type entity and an entity with 'INTEGER(4)' type at (1) d.f90:6:14: 6 | print *, z%a(1) | 1 Error: Symbol 'z' at (1) has no IMPLICIT type d.f90:7:14: 7 | print *, z%a | 1 Error: Symbol 'z' at (1) has no IMPLICIT type