Re: [C++ Patch] PR 59628

2014-12-12 Thread Jakub Jelinek
On Fri, Dec 12, 2014 at 10:13:39PM +0100, Paolo Carlini wrote: > Hi, > > I think that to avoid ICE-ing during error recovery when DECL_SAVED_TREE is > NULL_TREE we want to simply bail out and return true to the caller. Tested > x86_64-linux. > > Thanks, > Paolo. > > // > /cp > 2

[C++ Patch] PR 59628

2014-12-12 Thread Paolo Carlini
Hi, I think that to avoid ICE-ing during error recovery when DECL_SAVED_TREE is NULL_TREE we want to simply bail out and return true to the caller. Tested x86_64-linux. Thanks, Paolo. // /cp 2014-12-12 Paolo Carlini PR c++/59628 * semantics.c (finish_omp_r