Re: Fix for PR 59039

2013-11-08 Thread H.J. Lu
On Fri, Nov 8, 2013 at 8:48 AM, Iyer, Balaji V wrote: > Hello Everyone, > Attached, please find a patch that will fix a crash in a function in > libcilkrts when optimization was turned on. The issue was that the longjump > and setjmp were called in the same function. This patch should f

Fix for PR 59039

2013-11-08 Thread Iyer, Balaji V
Hello Everyone, Attached, please find a patch that will fix a crash in a function in libcilkrts when optimization was turned on. The issue was that the longjump and setjmp were called in the same function. This patch should fix that issue. The change is not in the compiler side but only