re PR libgomp/59194 (tsan detects race for real variables in an OMP reduction clause)
authorJakub Jelinek <jakub@redhat.com>
Mon, 13 Jan 2014 07:56:40 +0000 (08:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 13 Jan 2014 07:56:40 +0000 (08:56 +0100)
commit8175be9a8330acffdff270d5cad85b0d637e8f49
tree5bc66d47b8e37f7add33a1760d03efd4927a1641
parent131241a395a9aea1490f1650fc4b79eb1994f360
re PR libgomp/59194 (tsan detects race for real variables in an OMP reduction clause)

PR libgomp/59194
* omp-low.c (expand_omp_atomic_pipeline): Expand the initial
load as __atomic_load_N if possible.

From-SVN: r206572
gcc/ChangeLog
gcc/omp-low.c