On Tue, Sep 25, 2018 at 9:55 AM, Richard Biener wrote:
> On Tue, 25 Sep 2018, Jason Merrill wrote:
>
>> On Tue, Sep 25, 2018 at 6:34 AM, Richard Biener wrote:
>> >
>> > Hi,
>> >
>> > the following two patches both "fix" the immediate issue of gdb
>> > asserting with
>> >
>> > ../../gdb/dwarf2read
On Tue, 25 Sep 2018, Jason Merrill wrote:
> On Tue, Sep 25, 2018 at 6:34 AM, Richard Biener wrote:
> >
> > Hi,
> >
> > the following two patches both "fix" the immediate issue of gdb
> > asserting with
> >
> > ../../gdb/dwarf2read.c:9730: internal-error: void
> > dw2_add_symbol_to_list(symbol*, p
On Tue, Sep 25, 2018 at 6:34 AM, Richard Biener wrote:
>
> Hi,
>
> the following two patches both "fix" the immediate issue of gdb
> asserting with
>
> ../../gdb/dwarf2read.c:9730: internal-error: void
> dw2_add_symbol_to_list(symbol*, pending**): Assertion `(*listhead) == NULL
> || (SYMBOL_LANGUA
Hi,
the following two patches both "fix" the immediate issue of gdb
asserting with
../../gdb/dwarf2read.c:9730: internal-error: void
dw2_add_symbol_to_list(symbol*, pending**): Assertion `(*listhead) == NULL
|| (SYMBOL_LANGUAGE ((*listhead)->symbol[0]) == SYMBOL_LANGUAGE (symbol))'
failed.