* gcc.dg/vmx/3c-01a.c: Add default options from vmx.exp.
authorpthaugen <pthaugen@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 22:07:40 +0000 (22:07 +0000)
committerpthaugen <pthaugen@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 22:07:40 +0000 (22:07 +0000)
* gcc.dg/vmx/ops.c: Likewise.
* gcc.dg/vmx/ops-long-1.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216017 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vmx/3c-01a.c
gcc/testsuite/gcc.dg/vmx/ops-long-1.c
gcc/testsuite/gcc.dg/vmx/ops.c

index f17f75d..b282bc7 100644 (file)
@@ -1,3 +1,9 @@
+2014-10-08  Pat Haugen  <pthaugen@us.ibm.com>
+
+       * gcc.dg/vmx/3c-01a.c: Add default options from vmx.exp.
+       * gcc.dg/vmx/ops.c: Likewise.
+       * gcc.dg/vmx/ops-long-1.c: Likewise.
+
 2014-10-08  Dominique d'Humieres  <dominiq@lps.ens.fr>
 
        * gfortran.dg/implicit_4.f90: Fix some dg-error.
index 3b02ebe..56f3c87 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-Wno-deprecated" } */
+/* { dg-options "-maltivec -mabi=altivec -std=gnu99 -mno-vsx -Wno-deprecated" } */
 #include <altivec.h>
 typedef const volatile unsigned int _1;
 typedef const  unsigned int _2;
index 15f7a5b..bceb4fc 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-Wno-deprecated" } */
+/* { dg-options "-maltivec -mabi=altivec -std=gnu99 -mno-vsx -Wno-deprecated" } */
 
 /* Checks from the original ops.c that pass pointers to long or
    unsigned long for operations that support that in released versions
index ee7a418..6aff80b 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-Wno-deprecated" } */
+/* { dg-options "-maltivec -mabi=altivec -std=gnu99 -mno-vsx -Wno-deprecated" } */
 #include <altivec.h>
 #include <stdlib.h>
 extern char * *var_char_ptr;