decomp2.C: Add TLS options.

* g++.dg/cpp2a/decomp2.C: Add TLS options.
        * gcc.target/powerpc/pr88233.c: Limit to lp64.

From-SVN: r275488
This commit is contained in:
David Edelsohn 2019-09-07 15:23:51 +00:00 committed by David Edelsohn
parent 44a06a7095
commit e950ddb04b
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2019-09-07 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/cpp2a/decomp2.C: Add TLS options.
* gcc.target/powerpc/pr88233.c: Limit to lp64.
2019-09-07 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/91665

View file

@ -2,6 +2,7 @@
// { dg-do run { target c++11 } }
// { dg-options "" }
// { dg-require-effective-target tls }
// { dg-add-options tls }
namespace std {
template<typename T> struct tuple_size;

View file

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target lp64 } } */
/* { dg-options "-O2 -mcpu=power8" } */
typedef struct { double a[2]; } A;