aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/testsuite/libmudflap.cth
diff options
context:
space:
mode:
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>2005-08-14 19:38:34 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2005-08-14 19:38:34 +0000
commit22f99b8212a71f80e3521d4da05276acbcd689de (patch)
tree202dc3571b5024f7a8cfdd97d391485aae1bf2c1 /libmudflap/testsuite/libmudflap.cth
parent8971094d72ac03277fefdcd65e9bb449ecb3dae0 (diff)
downloadgcc-22f99b8212a71f80e3521d4da05276acbcd689de.zip
gcc-22f99b8212a71f80e3521d4da05276acbcd689de.tar.gz
gcc-22f99b8212a71f80e3521d4da05276acbcd689de.tar.bz2
mf-runtime.c (__mf_state_1): Initialize to reentrant.
* mf-runtime.c (__mf_state_1): Initialize to reentrant. (__mf_init): Set thread state active. * mf-hooks3.c (__mf_pthread_spawner): Always set thread state active. (pthread_create wrapper): Always use thread spawner. * testsuite/libmudflap.cth/pass37-frag.c: Increase timeout. * testsuite/libmudflap.cth/pass39-frag.c: Likewise. From-SVN: r103084
Diffstat (limited to 'libmudflap/testsuite/libmudflap.cth')
-rw-r--r--libmudflap/testsuite/libmudflap.cth/pass37-frag.c2
-rw-r--r--libmudflap/testsuite/libmudflap.cth/pass39-frag.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmudflap/testsuite/libmudflap.cth/pass37-frag.c b/libmudflap/testsuite/libmudflap.cth/pass37-frag.c
index bfa2c7c..877803c 100644
--- a/libmudflap/testsuite/libmudflap.cth/pass37-frag.c
+++ b/libmudflap/testsuite/libmudflap.cth/pass37-frag.c
@@ -55,4 +55,4 @@ int main ()
/* { dg-output "100 100 100 100 100 100 100 100 100 100" } */
/* { dg-repetitions 20 } */
-/* { dg-timeout 3 } */
+/* { dg-timeout 10 } */
diff --git a/libmudflap/testsuite/libmudflap.cth/pass39-frag.c b/libmudflap/testsuite/libmudflap.cth/pass39-frag.c
index eb3449e..cd3eb5a 100644
--- a/libmudflap/testsuite/libmudflap.cth/pass39-frag.c
+++ b/libmudflap/testsuite/libmudflap.cth/pass39-frag.c
@@ -54,4 +54,4 @@ int main ()
}
/* { dg-output "100 100 100 100 100 100 100 100 100 100" } */
/* { dg-repetitions 20 } */
-/* { dg-timeout 3 } */
+/* { dg-timeout 10 } */