diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-25 04:59:10 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-25 04:59:10 +0000 |
commit | 578a0fb0cc02687c9d4388faf62f11133f088d58 (patch) | |
tree | 24620d17813d578fedf4c3aa7d3c06979fca655f /libgomp/testsuite | |
parent | dd27e8aa7e42241fba37ea1b68cd5f68a029a174 (diff) | |
download | gcc-578a0fb0cc02687c9d4388faf62f11133f088d58.tar.gz |
2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
* ChangeLog.graphite: New.
* testsuite/libgomp.graphite/graphite.exp (PARALLEL_CFLAGS): Add
-fno-loop-block.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154571 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/libgomp.graphite/graphite.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.graphite/graphite.exp b/libgomp/testsuite/libgomp.graphite/graphite.exp index 466e447bde8..bf6ac3d15f7 100644 --- a/libgomp/testsuite/libgomp.graphite/graphite.exp +++ b/libgomp/testsuite/libgomp.graphite/graphite.exp @@ -36,7 +36,7 @@ if ![check_effective_target_fgraphite] { set PARALLEL_CFLAGS "-ansi -pedantic-errors -O2 \ -ftree-parallelize-loops=4 -floop-parallelize-all \ -fdump-tree-parloops-details -fdump-tree-optimized \ --fno-loop-strip-mine -fdump-tree-graphite-all" +-fno-loop-strip-mine -fno-loop-block -fdump-tree-graphite-all" # Initialize `dg'. dg-init |