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
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