This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Emit Fortran CHARACTER types as DW_TAG_string_type


It seems like this patch uses DW_TAG_string_type for kind 1 CHARACTERs, which makes sense, and leaves other CHARACTERs as DW_TAG_array_types, which seems reasonable until the standards issue is cleared up, but then also removes the array size/subscript information from those DW_TAG_array_types, which I don't understand.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]