aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-12-06 15:32:54 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-12-06 15:32:54 +0100
commit5de62d003b15021508b780a17c9cdac6c2e773a5 (patch)
treeae0d80aedc9ccf8ec7c3aebe22062f58a1334a0a /libgomp/ChangeLog
parentf748cd6bb45ec5f1e7ef498d6ef9d4c67d13b664 (diff)
downloadgcc-5de62d003b15021508b780a17c9cdac6c2e773a5.zip
gcc-5de62d003b15021508b780a17c9cdac6c2e773a5.tar.gz
gcc-5de62d003b15021508b780a17c9cdac6c2e773a5.tar.bz2
re PR libgomp/51132 (FAIL: libgomp.graphite/force-parallel-[678].c)
PR libgomp/51132 * testsuite/libgomp.graphite/force-parallel-1.c: Move large arrays to file scope. * testsuite/libgomp.graphite/force-parallel-3.c: Likewise. * testsuite/libgomp.graphite/force-parallel-6.c: Likewise. * testsuite/libgomp.graphite/force-parallel-7.c: Likewise. * testsuite/libgomp.graphite/force-parallel-8.c: Likewise. * testsuite/libgomp.graphite/force-parallel-9.c: Likewise. From-SVN: r182050
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 11c96dd..cf3f004 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,14 @@
+2011-12-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgomp/51132
+ * testsuite/libgomp.graphite/force-parallel-1.c: Move large arrays
+ to file scope.
+ * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
+ * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
+ * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
+ * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
+ * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
+
2011-12-02 Alan Modra <amodra@gmail.com>
* config/linux/affinity.c: Use atomic rather than sync builtin.