2008-09-03 Tobias Grosser <grosser@fim.uni-passau.de>

* gcc/testsuite/lib/target-supports.exp
	(check_effective_target_fgraphite): Fix test. Graphite is only available
	with -O1.

From-SVN: r139970
This commit is contained in:
Tobias Grosser 2008-09-04 01:15:41 +00:00 committed by Tobias Grosser
parent 0783d48d05
commit 0da366c737
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-09-03 Tobias Grosser <grosser@fim.uni-passau.de>
* lib/target-supports.exp (check_effective_target_fgraphite): Fix test.
Graphite is only available with -O1.
2008-09-03 H.J. Lu <hongjiu.lu@intel.com>
* gcc.c-torture/compile/vector-4.c: Add -mavx for x86.

View File

@ -568,7 +568,7 @@ proc check_effective_target_tls_runtime {} {
proc check_effective_target_fgraphite {} {
return [check_no_compiler_messages fgraphite object {
void foo (void) { }
} "-fgraphite"]
} "-O1 -fgraphite"]
}
# Return 1 if compilation with -fopenmp is error-free for trivial