Newer
Older
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
(gomp_thread_start): Pause when initially spawned to wait for
the whole team to be created.
(gomp_team_start): Release team members at the end.
* testsuite/loop-1.c (N): New. Use it instead of hardcoded 100.
(f_foo_1): Use GOMP_loop_end.
(f_foo_2): Use GOMP_loop_end_nowait.
* testsuite/loop-2.c: New file.
* testsuite/Makefile (TESTS): Add it.
2005-05-03 Richard Henderson <rth@redhat.com>
* iter.c (gomp_iter_static_next): Fix overflow check typo.
(gomp_iter_dynamic_next_locked): Fix overflow check thinko.
* team.c (new_team): Initialize oldest_live_gen to 1 if no
initial work_share.
* testsuite/Makefile: New file.
* testsuite/loop-1.c: New file.
2005-05-03 Richard Henderson <rth@redhat.com>
Initial implementation and checkin.