summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-29 11:09:09 +0000
committerrazya <razya@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-29 11:09:09 +0000
commit5db2503012293b57f55342177b75325aee66c420 (patch)
treeedba7cd2729e203bf06e94149f5878dc6f7783a9 /gcc/ChangeLog
parentcb7f680b625e277f171438aa11776154de58bed1 (diff)
downloadgcc-5db2503012293b57f55342177b75325aee66c420.tar.gz
2007-09-23 Razya Ladelsky
Zdenek Dvorak OMP_ATOMIC expand testsuite related changes. * testsuite/gcc.dg/gomp/atomic-3.c: Search for string on ompexp dump instead of gimple dump. * testsuite/gcc.dg/gomp/atomic-9.c: Same. * testsuite/gcc.dg/gomp/atomic-10.c: Same. * testsuite/g++.dg/gomp/atomic-3.C: Same. * testsuite/g++.dg/gomp/atomic-9.C: Same. * testsuite/g++.dg/gomp/atomic-10.C: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 04087012430..309d865be6a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,19 @@
2007-09-23 Razya Ladelsky
Zdenek Dvorak
+ OMP_ATOMIC Changes, testsuite changes.
+
+ * testsuite/gcc.dg/gomp/atomic-3.c: Search for string on
+ ompexp dump instead of gimple dump.
+ * testsuite/gcc.dg/gomp/atomic-9.c: Same.
+ * testsuite/gcc.dg/gomp/atomic-10.c: Same.
+ * testsuite/g++.dg/gomp/atomic-3.C: Same.
+ * testsuite/g++.dg/gomp/atomic-9.C: Same.
+ * testsuite/g++.dg/gomp/atomic-10.C: Same.
+
+2007-09-23 Razya Ladelsky
+ Zdenek Dvorak
+
OMP_ATOMIC Changes,
Reduction support for automatic parallelization.