This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/59194] tsan detects race for real variables in an OMP reduction clause


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59194

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jan 13 07:56:40 2014
New Revision: 206572

URL: http://gcc.gnu.org/viewcvs?rev=206572&root=gcc&view=rev
Log:
    PR libgomp/59194
    * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
    load as __atomic_load_N if possible.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]