[Bug testsuite/40359] [4.5 Regression] Revision 148211 caused a lot of failures in the vect test suite.
eres at il dot ibm dot com
gcc-bugzilla@gcc.gnu.org
Sat Jun 6 11:00:00 GMT 2009
------- Comment #1 from eres at il dot ibm dot com 2009-06-06 11:00 -------
It might be that i686 should be added to
check_effective_target_vect_hw_misalign.
Please try the following patch:
Index: testsuite/lib/target-supports.exp
===================================================================
--- testsuite/lib/target-supports.exp (revision 148211)
+++ testsuite/lib/target-supports.exp (working copy)
@@ -2231,7 +2231,8 @@ proc check_effective_target_vect_hw_misa
verbose "check_effective_target_vect_hw_misalign: using cached result"
2
} else {
set et_vect_hw_misalign_saved 0
- if { [istarget x86_64-*-*] } {
+ if { ([istarget x86_64-*-*]
+ || [istarget i?86-*-*]) } {
set et_vect_hw_misalign_saved 1
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40359
More information about the Gcc-bugs
mailing list