Re: C++ PATCH for c++/86201, diagnostic routines re-entered crash

2018-07-03 Thread Jason Merrill
OK. On Tue, Jul 3, 2018 at 12:08 PM, Marek Polacek wrote: > This is an ICE of kind "Error reporting routines re-entered". From the PR: > > The problem here is that we report the missing return value: > 9224 permerror (input_location, "return-statement with no value, in " > 9225

C++ PATCH for c++/86201, diagnostic routines re-entered crash

2018-07-03 Thread Marek Polacek
This is an ICE of kind "Error reporting routines re-entered". From the PR: The problem here is that we report the missing return value: 9224 permerror (input_location, "return-statement with no value, in " 9225"function returning %qT", valtype); but permerror will en