aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/tls/thread_local-cse.C
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-23 01:39:53 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-23 01:39:53 +0159
commit7d3ad0b7c65dc67005141011191b494d0644fdb6 (patch)
tree77fa03ebcefe174abeaef371e7fb332b2d928284 /gcc/testsuite/g++.dg/tls/thread_local-cse.C
parentbef1806104660f757f0df78f0c90f6cd3460a157 (diff)
downloadgcc-aarch64-7d3ad0b7c65dc67005141011191b494d0644fdb6.tar.gz
Sync with svn rev. 192688HEADmaster
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'gcc/testsuite/g++.dg/tls/thread_local-cse.C')
-rw-r--r--gcc/testsuite/g++.dg/tls/thread_local-cse.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/tls/thread_local-cse.C b/gcc/testsuite/g++.dg/tls/thread_local-cse.C
index 47c6aede3..29553d2ba 100644
--- a/gcc/testsuite/g++.dg/tls/thread_local-cse.C
+++ b/gcc/testsuite/g++.dg/tls/thread_local-cse.C
@@ -1,11 +1,11 @@
// Test for CSE of the wrapper function: we should only call it once
// for the two references to ir.
+// { dg-do run }
// { dg-options "-std=c++11 -O -fno-inline -save-temps" }
// { dg-require-effective-target tls_runtime }
// { dg-require-alias }
// { dg-final { scan-assembler-times "call *_ZTW2ir" 1 { xfail *-*-* } } }
// { dg-final cleanup-saved-temps }
-// { dg-do run }
// XFAILed until the back end supports a way to mark a function as cseable
// though not pure.