aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/g++.dg/abi/forced.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/testsuite/g++.dg/abi/forced.C')
-rw-r--r--gcc-4.4.3/gcc/testsuite/g++.dg/abi/forced.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/testsuite/g++.dg/abi/forced.C b/gcc-4.4.3/gcc/testsuite/g++.dg/abi/forced.C
index 7a9c35964..f846732c3 100644
--- a/gcc-4.4.3/gcc/testsuite/g++.dg/abi/forced.C
+++ b/gcc-4.4.3/gcc/testsuite/g++.dg/abi/forced.C
@@ -1,6 +1,8 @@
// This test only applies to glibc (NPTL) targets.
// { dg-do run { target *-*-linux* } }
// { dg-options "-pthread" }
+// Does not work on a QEMU set-up because of the status wrapper.
+//{ dg-require-effective-target unwrapped }
#include <pthread.h>
#include <cxxabi.h>