>>>>> "Mark" == Mark Wielaard <m...@redhat.com> writes:
Mark> Add a new lang-hook that provides the underlying base type of an Mark> ENUMERAL_TYPE. Including implementations for C and C++. Use this Mark> enum_underlying_base_type lang-hook in dwarf2out.c to add a DW_AT_type Mark> base type reference to a DW_TAG_enumeration. Just FYI - I sent a patch for gdb to use this information. I'll probably put it in before the gcc change goes in, on the theory that when the gcc change goes in, nobody will have to wait to debug. However it would be nice to be assured that the gcc change is ok in principle first. Tom