mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
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:
parent
314e1b47dc
commit
d4dc42d276
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user