This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ Patch] PR 59628


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
> 2014-12-12  Paolo Carlini  <paolo.carlini@oracle.com>
> 
> 	PR c++/59628
> 	* semantics.c (finish_omp_reduction_clause): Early return true
> 	if DECL_SAVED_TREE (id) is NULL_TREE.
> 
> /testsuite
> 2014-12-12  Paolo Carlini  <paolo.carlini@oracle.com>
> 
> 	PR c++/59628
> 	* g++.dg/gomp/pr59628.C: New.

Ok, thanks.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]