------- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-11 23:08 ------- Or someone messed up vect.exp :(.
Anyways try this patch: Index: testsuite/gcc.dg/vect/vect.exp =================================================================== --- testsuite/gcc.dg/vect/vect.exp (revision 130629) +++ testsuite/gcc.dg/vect/vect.exp (working copy) @@ -49,7 +49,7 @@ if [istarget "powerpc-*paired*"] { return } - lappend DEFAULT_VECTCFLAGS "-maltivec" + lappend DEFAULT_VECTCFLAGS "-maltivec -mabi=altivec" if [check_vmx_hw_available] { set dg-do-what-default run } else { -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34437