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