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: [RFA] dwarf2out.c - subrange_type cleanup


> >         * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
> >         Remove checks for is_ada() and TREE_UNSIGNED.
> >         (subrange_type_die): Emit a byte_size attribute if the subrange
> >         type size is different from the base type size.
> >         (modified_type_die): Replace call to is_ada_subrange_type() by
> >         call to is_subrange_type().
> 
> Ok.

Thank you. Checked in.

(the corresponding change in GDB is about to be checked in as well)

-- 
Joel


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