* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
authorJanis Johnson <janis187@us.ibm.com>
Fri, 4 Apr 2008 20:59:33 +0000 (20:59 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 4 Apr 2008 20:59:33 +0000 (20:59 +0000)
From-SVN: r133910

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr34856.c

index dda0bbaf3be7ab87570f319badba34f3e443b7a6..634b1b41b385f61553719fc841d47ce1180edac9 100644 (file)
@@ -1,5 +1,7 @@
 2008-04-04  Janis Johnson  <janis187@us.ibm.com>
 
+       * gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
+
        PR target/35620
        * gcc.dg/dfp/pr35620.c: New test.
        * gcc.dg/dfp/func-pointer.c: New test.
index 786639b3575a40019d4da8488894fbc623e14160..416b40b91ba727ee852a5a390d15ee8558b6746d 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
 /* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
+/* { dg-options "-O2 -maltivec" { target { powerpc*-*-linux* } } } */
 
 typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t;