* 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 dda0bba..634b1b4 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 786639b..416b40b 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;