Skip to content
Snippets Groups Projects
Commit ea8c8ab2 authored by ljrittle's avatar ljrittle
Browse files

reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>

	* testsuite/thread/pthread4.cc: Lower nominal iteration counter.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50709 138bc75d-0d04-0410-961f-82ee72b054a4
parent 59df6a0d
No related merge requests found
2002-03-12 Loren Rittle <ljrittle@acm.org>
reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* testsuite/thread/pthread4.cc: Lower nominal iteration counter.
2002-03-12 Benjamin Kosnik <bkoz@redhat.com> 2002-03-12 Benjamin Kosnik <bkoz@redhat.com>
Per Liboriussen <liborius@stofanet.dk> Per Liboriussen <liborius@stofanet.dk>
......
...@@ -39,7 +39,7 @@ static unsigned max_size = 10; ...@@ -39,7 +39,7 @@ static unsigned max_size = 10;
#if defined(__CYGWIN__) #if defined(__CYGWIN__)
static int iters = 10000; static int iters = 10000;
#else #else
static int iters = 1000000; static int iters = 300000;
#endif #endif
void* void*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment