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:
parent
44a06a7095
commit
e950ddb04b
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target lp64 } } */
|
||||
/* { dg-options "-O2 -mcpu=power8" } */
|
||||
|
||||
typedef struct { double a[2]; } A;
|
||||
|
|
Loading…
Add table
Reference in a new issue