Re: [gomp4] Compiler side of the cancellation support

2013-07-10 Thread Jakub Jelinek
On Tue, Jul 09, 2013 at 10:12:30AM -0700, Richard Henderson wrote: > > Queuing this patch until we have a library implementation. > > I've committed the patch, so that I can more easily work on the library > implementation. Ok, thanks. > There was one minor patch conflict that needed resolving.

Re: [gomp4] Compiler side of the cancellation support

2013-07-09 Thread Richard Henderson
On 07/03/2013 03:39 AM, Jakub Jelinek wrote: > Hi! > > This is the compiler side of the #pragma omp cancel and #pragma omp > cancellation point support. On the library side what is needed is: > 1) GOMP_cancellation_point now returns a bool (whether the relevant >cancellation was observed) > 2

[gomp4] Compiler side of the cancellation support

2013-07-03 Thread Jakub Jelinek
Hi! This is the compiler side of the #pragma omp cancel and #pragma omp cancellation point support. On the library side what is needed is: 1) GOMP_cancellation_point now returns a bool (whether the relevant cancellation was observed) 2) GOMP_cancel now has two arguments instead of just one, an