diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-14 19:38:34 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-14 19:38:34 +0000 |
commit | 55e575c08fe16651b986fb3dbb03441d3b638ffc (patch) | |
tree | 202dc3571b5024f7a8cfdd97d391485aae1bf2c1 /libmudflap/testsuite | |
parent | ff77282cabdf300f9c85a8e559ea42b58de9fef2 (diff) | |
download | gcc-55e575c08fe16651b986fb3dbb03441d3b638ffc.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103084 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/testsuite')
-rw-r--r-- | libmudflap/testsuite/libmudflap.cth/pass37-frag.c | 2 | ||||
-rw-r--r-- | libmudflap/testsuite/libmudflap.cth/pass39-frag.c | 2 |
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 bfa2c7c02ab..877803c1ea0 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 eb3449e9d8b..cd3eb5abdaf 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 } */ |