pr78796.c: dg-add-options tls.

* gcc.dg/tls/pr78796.c: dg-add-options tls.
        * gcc.target/powerpc/fold-vec-mult-int.c: power8-vector.
        * gcc.target/powerpc/fold-vec-mult-longlong.c: -maix64.

From-SVN: r243825
This commit is contained in:
David Edelsohn 2016-12-20 16:22:09 +00:00 committed by David Edelsohn
parent 314e1b47dc
commit d4dc42d276
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2016-12-20 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/tls/pr78796.c: dg-add-options tls.
* gcc.target/powerpc/fold-vec-mult-int.c: power8-vector.
* gcc.target/powerpc/fold-vec-mult-longlong.c: -maix64.
2016-12-20 Richard Biener <rguenther@suse.de>
* gcc.dg/gimplefe-19.c: New testcase.

View File

@ -3,6 +3,7 @@
/* { dg-options "-O2" } */
/* { dg-additional-options "-mcmodel=large" { target aarch64-*-* } } */
/* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
struct S { int a, b, c, d, e; };
struct S t;

View File

@ -2,8 +2,8 @@
inputs produce the right results. */
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */
/* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-options "-maltivec -mvsx -mpower8-vector" } */
#include <altivec.h>

View File

@ -4,6 +4,7 @@
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-options "-maltivec -mvsx -mpower8-vector" } */
/* { dg-additional-options "-maix64" { target powerpc-ibm-aix* } } */
#include <altivec.h>