Re: [PATCH] Fix PR 59631

2014-01-08 Thread Jeff Law
On 01/07/14 08:14, Iyer, Balaji V wrote: Hello Everyone, The attached patch will fix the issue reported in PR 59631. The main issue was the usage of Cilk spawn [and _Cilk_sync] with -fcilkplus caused an ICE. This patch should fix that. The issue was only reported for C++ but the issue

FW: [PATCH] Fix PR 59631

2014-01-08 Thread Iyer, Balaji V
> Sent: Tuesday, January 7, 2014 10:15 AM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] Fix PR 59631 > > Hello Everyone, > The attached patch will fix the issue reported in PR 59631. The main > issue was the usage of Cilk spawn [and _Cilk_sync] with -fcilkplus caused an &

[PATCH] Fix PR 59631

2014-01-07 Thread Iyer, Balaji V
Hello Everyone, The attached patch will fix the issue reported in PR 59631. The main issue was the usage of Cilk spawn [and _Cilk_sync] with -fcilkplus caused an ICE. This patch should fix that. The issue was only reported for C++ but the issue exists in C compiler also. This patch fixe