Re: [PATCH] Avoid sizetype in .debug_pubtypes (PR debug/88644)

2019-01-03 Thread Richard Biener
On Thu, 3 Jan 2019, Jakub Jelinek wrote: > Hi! > > Some time ago I've changed modified_type_die, so that it doesn't emit > the internal "sizetype" type as DW_TAG_base_type, but instead emits the > underlying type (e.g. "long unsigned int" or whatever the target has). > This PR complains that

[PATCH] Avoid sizetype in .debug_pubtypes (PR debug/88644)

2019-01-03 Thread Jakub Jelinek
Hi! Some time ago I've changed modified_type_die, so that it doesn't emit the internal "sizetype" type as DW_TAG_base_type, but instead emits the underlying type (e.g. "long unsigned int" or whatever the target has). This PR complains that when .debug_pubtypes is emitted, we still refer to it