mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:40:32 +08:00
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:
parent
0783d48d05
commit
0da366c737
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user