https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102582
Bug ID: 102582 Summary: allocate treats all variables as type CHARACTER after use of CHARACTER(LEN=NNN):: Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: urbanjost at comcast dot net Target Milestone: --- Created attachment 51544 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51544&action=edit example of ALLOCATE(3f) statement that fails After an allocate of the form "ALLOCATE(CHARACTER(LEN=NNN) :: A(10),B(10),C(10))" all variables after "A" are treated as CHARACTER even though declared to be other types.