ChangeLog.graphite: New.

2009-10-09  Sebastian Pop  <sebastian.pop@amd.com>

	* ChangeLog.graphite: New.
	* testsuite/libgomp.graphite/graphite.exp (PARALLEL_CFLAGS): Add
	-fno-loop-block.

From-SVN: r154571
This commit is contained in:
Sebastian Pop 2009-11-25 04:59:10 +00:00
parent c7dc2fabcf
commit 7f05acf925
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
* testsuite/libgomp.graphite/graphite.exp (PARALLEL_CFLAGS): Add
-fno-loop-block.
2009-09-16 Alexander Monakov <amonakov@ispras.ru>
* testsuite/libgomp.graphite/bounds.c: New.

View File

@ -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