diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-06 08:26:50 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-06 08:26:50 +0000 |
commit | 221e68f2b80e1f0910e949a7dff2be19404c1f86 (patch) | |
tree | 205548c01d5a82a1eb2ad023bb2bc6958fb4417e /libgomp/ChangeLog | |
parent | 2c56f72e68d87740221d011a8ef2e19b599fa3c3 (diff) | |
download | ppe42-gcc-221e68f2b80e1f0910e949a7dff2be19404c1f86.tar.gz ppe42-gcc-221e68f2b80e1f0910e949a7dff2be19404c1f86.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129919 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 2f86c483603..3a7d2f5d53e 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-06 Jakub Jelinek <jakub@redhat.com> + + PR c++/33894 + * testsuite/libgomp.c++/atomic-1.C: New test. + 2007-10-25 Jakub Jelinek <jakub@redhat.com> PR libgomp/33275 |