Commit e0e6414a by Pat Haugen Committed by Pat Haugen

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
parent 9c4657d5
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> 2014-10-08 Dominique d'Humieres <dominiq@lps.ens.fr>
* gfortran.dg/implicit_4.f90: Fix some dg-error. * gfortran.dg/implicit_4.f90: Fix some dg-error.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Wno-deprecated" } */ /* { dg-options "-maltivec -mabi=altivec -std=gnu99 -mno-vsx -Wno-deprecated" } */
#include <altivec.h> #include <altivec.h>
typedef const volatile unsigned int _1; typedef const volatile unsigned int _1;
typedef const unsigned int _2; typedef const unsigned int _2;
......
/* { dg-do compile } */ /* { 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 /* Checks from the original ops.c that pass pointers to long or
unsigned long for operations that support that in released versions unsigned long for operations that support that in released versions
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Wno-deprecated" } */ /* { dg-options "-maltivec -mabi=altivec -std=gnu99 -mno-vsx -Wno-deprecated" } */
#include <altivec.h> #include <altivec.h>
#include <stdlib.h> #include <stdlib.h>
extern char * *var_char_ptr; extern char * *var_char_ptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment