Commit e950ddb0 by David Edelsohn Committed by David Edelsohn

decomp2.C: Add TLS options.

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

From-SVN: r275488
parent 44a06a70
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> 2019-09-07 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/91665 PR tree-optimization/91665
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// { dg-do run { target c++11 } } // { dg-do run { target c++11 } }
// { dg-options "" } // { dg-options "" }
// { dg-require-effective-target tls } // { dg-require-effective-target tls }
// { dg-add-options tls }
namespace std { namespace std {
template<typename T> struct tuple_size; template<typename T> struct tuple_size;
......
/* { dg-do compile } */ /* { dg-do compile { target lp64 } } */
/* { dg-options "-O2 -mcpu=power8" } */ /* { dg-options "-O2 -mcpu=power8" } */
typedef struct { double a[2]; } A; typedef struct { double a[2]; } A;
......
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