Commit 0da366c7 by Tobias Grosser Committed by Tobias Grosser

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
parent 0783d48d
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment