Re: [PATCH][RFC] Fix PRs 87362/87428

2018-09-25 Thread Jason Merrill
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

Re: [PATCH][RFC] Fix PRs 87362/87428

2018-09-25 Thread Richard Biener
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

Re: [PATCH][RFC] Fix PRs 87362/87428

2018-09-25 Thread Jason Merrill
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

[PATCH][RFC] Fix PRs 87362/87428

2018-09-25 Thread Richard Biener
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.