-
- Downloads
re PR c++/33894 (pragma omp atomic broken)
PR c++/33894 * cp-tree.h: Update comment - TYPE_LANG_FLAG_0 is not OMP_ATOMIC_DEPENDENT_P in OMP_ATOMIC. * pt.c (tsubst_expr): Assert OMP_ATOMIC_DEPENDENT_P. * semantics.c (finish_omp_atomic): Revert most of the 2007-02-05 changes, just keep the new representation of OMP_ATOMIC_DEPENDENT_P OMP_ATOMIC. * testsuite/libgomp.c++/atomic-1.C: New test. From-SVN: r129919
Showing
- gcc/cp/ChangeLog 10 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/cp-tree.h 0 additions, 1 deletiongcc/cp/cp-tree.h
- gcc/cp/pt.c 7 additions, 7 deletionsgcc/cp/pt.c
- gcc/cp/semantics.c 23 additions, 13 deletionsgcc/cp/semantics.c
- libgomp/ChangeLog 5 additions, 0 deletionslibgomp/ChangeLog
- libgomp/testsuite/libgomp.c++/atomic-1.C 53 additions, 0 deletionslibgomp/testsuite/libgomp.c++/atomic-1.C
Loading
Please register or sign in to comment