PR testsuite/85326
* g++.dg/other/pr81422.C: Require effective target tls and c++11.
* g++.dg/other/pr60675.C: Likewise. Remove -std=c++11 from dg-options.
* g++.dg/other/sve_tls_2.C: Require effective target tls.
From-SVN: r259447
+2018-04-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR testsuite/85326
+ * g++.dg/other/pr81422.C: Require effective target tls and c++11.
+ * g++.dg/other/pr60675.C: Likewise. Remove -std=c++11 from dg-options.
+ * g++.dg/other/sve_tls_2.C: Require effective target tls.
+
2018-04-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
* gcc.target/powerpc/bfp/scalar-extract-sig-5.c: Simplify to
-/* { dg-do compile { target fpic } } */
-/* { dg-options "-std=c++11 -w -O2 -fPIC" } */
+/* { dg-do compile { target c++11 } } */
+/* { dg-require-effective-target tls } */
+/* { dg-require-effective-target fpic } */
+/* { dg-options "-w -O2 -fPIC" } */
namespace CLHEP {
static const double meter = 1000.*10;
static const double meter2 = meter*meter;
-/* { dg-do compile } */
+/* { dg-do compile { target c++11 } } */
+/* { dg-require-effective-target tls } */
/* { dg-options "-O0" } */
struct DArray
static __thread int x[5];
foo35({5, (int*)&x});
}
-
/* { dg-do compile { target aarch64*-*-* } } */
+/* { dg-require-effective-target tls } */
/* { dg-options "-O2 -march=armv8.2-a+sve -fPIC -msve-vector-bits=256" } */
#include <stdint.h>