Re: [RFC] OpenMP 3.1 atomics

2011-04-21 Thread Jakub Jelinek
On Thu, Mar 03, 2011 at 05:54:32PM +0100, Jakub Jelinek wrote: > This patch is a WIP patch for OpenMP 3.1 atomics, so far for C FE only. > It handles parsing (I created 3 new tree codes for atomic read, > atomic capture of the old and of the new value), gimplification and > omp expansion thereof, b

[RFC] OpenMP 3.1 atomics

2011-03-03 Thread Jakub Jelinek
Hi! This patch is a WIP patch for OpenMP 3.1 atomics, so far for C FE only. It handles parsing (I created 3 new tree codes for atomic read, atomic capture of the old and of the new value), gimplification and omp expansion thereof, but currently both atomic read and atomic write are implemented alw