This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/34437] several test failures for gcc.dg/vect/no-scevccp-*



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]