efc -o handle_status_commonblock_test handle_status_commonblock_test.f90 fortcom: Error: handle_status_commonblock_test.f90, line 86: 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 86: 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 87: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CBIND_COMM1] COMMON / C_CBIND / cbind_comm1, cbind_comm2 ---------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 87: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CBIND_COMM2] COMMON / C_CBIND / cbind_comm1, cbind_comm2 ----------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 88: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CINT_COMM1] COMMON / C_CINT / cint_comm1, cint_comm2 --------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 88: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CINT_COMM2] COMMON / C_CINT / cint_comm1, cint_comm2 --------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 98: 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 98: 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 --------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 99: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CBIND_STATUS1] COMMON / S_CBIND / cbind_status1, cbind_status2 ---------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 99: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CBIND_STATUS2] COMMON / S_CBIND / cbind_status1, cbind_status2 ------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 100: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CINT_STATUS1] COMMON / S_CINT / cint_status1, cint_status2 --------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 100: If a common-block-object is of a derived type, it must be of a sequence type (R549.f) [CINT_STATUS2] COMMON / S_CINT / cint_status1, cint_status2 ----------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 120: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_COMM5] TYPE(NON_MPI_Comm) :: non_comm5, non_comm6 --------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 120: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_COMM6] TYPE(NON_MPI_Comm) :: non_comm5, non_comm6 -------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 121: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CBIND_COMM5] TYPE(CBIND_MPI_Comm) :: cbind_comm5, cbind_comm6 ----------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 121: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CBIND_COMM6] TYPE(CBIND_MPI_Comm) :: cbind_comm5, cbind_comm6 -----------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 122: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CINT_COMM5] TYPE(CINT_MPI_Comm) :: cint_comm5, cint_comm6 ---------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 122: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CINT_COMM6] TYPE(CINT_MPI_Comm) :: cint_comm5, cint_comm6 ---------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 125: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_STATUS5] TYPE(NON_MPI_Status) :: non_status5, non_status6 ----------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 125: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [NON_STATUS6] TYPE(NON_MPI_Status) :: non_status5, non_status6 -----------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 126: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CBIND_STATUS5] TYPE(CBIND_MPI_Status) :: cbind_status5, cbind_status6 ------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 126: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CBIND_STATUS6] TYPE(CBIND_MPI_Status) :: cbind_status5, cbind_status6 ---------------------------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 127: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CINT_STATUS5] TYPE(CINT_MPI_Status) :: cint_status5, cint_status6 -----------------------------^ fortcom: Error: handle_status_commonblock_test.f90, line 127: All derived type fields within a sequenced type must be of a derived-type that is sequenced (R424.2). [CINT_STATUS6] TYPE(CINT_MPI_Status) :: cint_status5, cint_status6 -------------------------------------------^ compilation aborted for handle_status_commonblock_test.f90 (code 1)