Re: [PATCH] Fix ICE caused by a missing check for DECL_LANG_SPECIFIC

2018-03-02 Thread Jason Merrill
On Fri, Mar 2, 2018 at 8:25 AM, Matthew Fortune wrote: > Jason Merrill writes: >> On Thu, Mar 1, 2018 at 7:02 AM, Matthew Fortune >> wrote: >> > Hi, >> > >> > It seems we have had a bug for some time that causes an ICE and >> prevents the >> > MIPS16 library builds from completing but is likely

RE: [PATCH] Fix ICE caused by a missing check for DECL_LANG_SPECIFIC

2018-03-02 Thread Matthew Fortune
Jason Merrill writes: > On Thu, Mar 1, 2018 at 7:02 AM, Matthew Fortune > wrote: > > Hi, > > > > It seems we have had a bug for some time that causes an ICE and > prevents the > > MIPS16 library builds from completing but is likely unrelated to > MIPS16. > > The problem is when we call target_rei

Re: [PATCH] Fix ICE caused by a missing check for DECL_LANG_SPECIFIC

2018-03-01 Thread Jason Merrill
On Thu, Mar 1, 2018 at 7:02 AM, Matthew Fortune wrote: > Hi, > > It seems we have had a bug for some time that causes an ICE and prevents the > MIPS16 library builds from completing but is likely unrelated to MIPS16. > The problem is when we call target_reinit and library functions get created > a

[PATCH] Fix ICE caused by a missing check for DECL_LANG_SPECIFIC

2018-03-01 Thread Matthew Fortune
Hi, It seems we have had a bug for some time that causes an ICE and prevents the MIPS16 library builds from completing but is likely unrelated to MIPS16. The problem is when we call target_reinit and library functions get created as shown in the call stack at the end of this message. The first bui