Re: [PATCH][PR c++/80038][6/7 Regression] Destroy temps for _Cilk_spawn calling in the child

2017-03-23 Thread Xi Ruoyao
On 2017-03-24 05:26 +0800, Xi Ruoyao wrote: > The patch has 500+ lines so I attach it.  ChangeLog is pasted here: Damn it... I attached the draft of patch where some useless functions had not been removed. This time the attachment is correct. > 2017-03-24  Xi Ruoyao   >

[PATCH][PR c++/80038][6/7 Regression] Destroy temps for _Cilk_spawn calling in the child

2017-03-23 Thread Xi Ruoyao
Hi, After r227423, GCC begun to destroy temps for cilkplus spawned functions in the parent, instead of in the child.  This violated Intel Cilk specs and broke some valid code such as