efc -o handle_status_commonblock_test handle_status_commonblock_test.f90 fortcom: Error: handle_status_commonblock_test.f90, line 64: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_COMM3] TYPE(NON_MPI_Comm) :: non_comm3, non_comm4 --------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 64: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_COMM4] TYPE(NON_MPI_Comm) :: non_comm3, non_comm4 -------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 67: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_STATUS3] TYPE(NON_MPI_Status) :: non_status3, non_status4 ----------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 67: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_STATUS4] TYPE(NON_MPI_Status) :: non_status3, non_status4 -----------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 75: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [NON_COMM1] COMMON / C_NON / non_comm1, non_comm2 -------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 75: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [NON_COMM2] COMMON / C_NON / non_comm1, non_comm2 ------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 79: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [NON_STATUS1] COMMON / S_NON / non_status1, non_status2 -------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 79: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [NON_STATUS2] COMMON / S_NON / non_status1, non_status2 --------------------------------^ compilation aborted for handle_status_commonblock_test.f90 (code 1)