3c-01a.c: Add default options from vmx.exp.

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

From-SVN: r216017
This commit is contained in:
Pat Haugen 2014-10-08 22:07:40 +00:00 committed by Pat Haugen
parent 9c4657d59f
commit e0e6414afc
4 changed files with 9 additions and 3 deletions

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

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

View 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

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