sem_ch4.adb (Analyze_Concatenation_Rest): New procedure.
[gcc.git] / libgomp / ChangeLog
1 2007-12-19 Jakub Jelinek <jakub@redhat.com>
2
3 PR c++/34513
4 * testsuite/libgomp.c/pr34513.c: New test.
5 * testsuite/libgomp.c++/pr34513.C: New test.
6
7 2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
8
9 PR target/32765
10 * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
11
12 2007-12-04 Jakub Jelinek <jakub@redhat.com>
13
14 * omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes.
15
16 2007-12-03 Jakub Jelinek <jakub@redhat.com>
17
18 * testsuite/libgomp.c/private-1.c: New test.
19
20 2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
21 Paolo Bonzini <bonzini@gnu.org>
22
23 * Makefile.am: Use space as vpath separator. Use 'vpath %'
24 instead of 'VPATH ='.
25 * Makefile.in: Regenerate.
26
27 2007-11-23 Matthias Klose <doko@ubuntu.com>
28
29 * configure.ac: Adjust makeinfo version check.
30 * configure: Regenerate.
31
32 2007-11-10 Jakub Jelinek <jakub@redhat.com>
33
34 PR fortran/34020
35 * testsuite/libgomp.fortran/pr34020.f90: New test.
36
37 2007-11-06 Jakub Jelinek <jakub@redhat.com>
38
39 PR c++/33894
40 * testsuite/libgomp.c++/atomic-1.C: New test.
41
42 2007-10-25 Jakub Jelinek <jakub@redhat.com>
43
44 PR libgomp/33275
45 * testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
46 Make x and y integers rather than (implicit) reals. Add private (j)
47 clause to the last omp parallel.
48
49 2007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
50
51 * configure: Regenerate following changes to ../config/tls.m4.
52
53 2007-09-28 Jakub Jelinek <jakub@redhat.com>
54
55 * testsuite/libgomp.fortran/stack.f90: New test.
56
57 2007-09-10 Danny Smith <dannysmith@users.sourceforge.net>
58
59 * config/mingw32/proc.c: New file.
60
61 2007-09-05 Uros Bizjak <ubizjak@gmail.com>
62
63 * testsuite/libgomp.c/atomic-1.c: Include cpuid.h for i386 targets.
64 (main): Use __get_cpuid to get i386 target fetaures.
65 * testsuite/libgomp.c/atomic-2.c: Include cpuid.h for x86_64 targets.
66 (main): Use __get_cpuid to get x86_64 target fetaures.
67
68 2007-08-15 Jack Howarth <howarth@bromo.med.uc.edu>
69
70 PR target/32765
71 * testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
72 * testsuite/libgomp.fortran/crayptr2.f90: Likwise.
73
74 2007-07-12 Jakub Jelinek <jakub@redhat.com>
75
76 PR fortran/32550
77 * testsuite/libgomp.fortran/pr32550.f90: New test.
78 * testsuite/libgomp.fortran/crayptr2.f90: New test.
79
80 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
81
82 * aclocal.m4: Regenerated.
83
84 2007-07-05 Tobias Burnus <burnus@net-b.de>
85
86 PR fortran/32359
87 * testsuite/libgomp.fortran/pr32359.f90: New.
88
89 2007-07-02 Jakub Jelinek <jakub@redhat.com>
90
91 PR libgomp/32468
92 * sections.c (GOMP_parallel_sections_start): Only decrease
93 number of threads to COUNT if dyn_var is true.
94 * testsuite/libgomp.c/pr32468.c: New test.
95
96 2007-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
97
98 PR libgomp/26308
99 * config/posix/lock.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
100
101 2007-06-21 Jakub Jelinek <jakub@redhat.com>
102
103 PR middle-end/32362
104 * testsuite/libgomp.c/pr32362-1.c: New test.
105 * testsuite/libgomp.c/pr32362-2.c: New test.
106 * testsuite/libgomp.c/pr32362-3.c: New test.
107
108 2007-06-07 Jakub Jelinek <jakub@redhat.com>
109
110 * team.c (gomp_team_start): Fix setting up thread_attr
111 stack size.
112
113 2007-06-02 Paolo Bonzini <bonzini@gnu.org>
114
115 * configure: Regenerate.
116
117 2007-05-23 Steve Ellcey <sje@cup.hp.com>
118
119 * Makefile.in: Regenerate.
120 * configure: Regenerate.
121 * aclocal.m4: Regenerate.
122 * testsuite/Makefile.in: Regenerate.
123
124 2007-05-04 Jakub Jelinek <jakub@redhat.com>
125
126 * config/linux/proc.c: New file.
127
128 PR libgomp/28482
129 * configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
130
131 2007-04-19 Daniel Franke <franke.daniel@gmail.com>
132
133 * libgomp.texi (GOMP_CPU_AFFINITY): Updated.
134
135 2007-04-16 Matthias Klose <doko@debian.org>
136
137 * configure.tgt (i[456]86-*-linux*): Only add ia32 specific
138 flags if not building with -m64.
139 * testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
140 flag for i?86-*-* targets, if current target matches -m64.
141
142 2007-04-14 Steve Ellcey <sje@cup.hp.com>
143
144 * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
145 * Makefile.in: Regenerate.
146
147 2007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
148
149 PR testsuite/31369
150 * testsuite/libgomp.c++/c++.exp: Don't use concat when setting
151 ld_library_path.
152 * testsuite/libgomp.fortran/fortran.exp: Likewise.
153
154 2007-04-04 Jakub Jelinek <jakub@redhat.com>
155
156 * libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
157 decls.
158 (gomp_init_affinity, gomp_init_thread_affinity): New prototypes.
159 * env.c (gomp_cpu_affinity, gomp_cpu_affinity_len): New variables.
160 (parse_affinity): New function.
161 (initialize_env): Call it and gomp_init_affinity.
162 * team.c (gomp_team_start): If gomp_cpu_affinity != NULL,
163 create new pthread_attr_t and call gomp_init_thread_affinity
164 on it for each thread before passing the attribute to pthread_create.
165 * config/linux/affinity.c: New file.
166 * config/posix/affinity.c: New file.
167 * configure.ac (HAVE_PTHREAD_AFFINITY_NP): New test.
168 * configure: Rebuilt.
169 * config.h.in: Rebuilt.
170 * Makefile.am (libgomp_la_SOURCES): Add affinity.c.
171 * Makefile.in: Rebuilt.
172
173 2007-03-23 Andreas Tobler <a.tobler@schweiz.org>
174
175 * testsuite/lib/libgomp.exp (libgomp_init): Add -shared-libgcc for
176 *-*-darwin*.
177 * testsuite/libgomp.c++/c++.exp: Look for shared libstdc++ library
178 and use it if found.
179
180 2007-03-18 Uros Bizjak <ubizjak@gmail.com>
181
182 * testsuite/config/default.exp: New file.
183 * testsuite/lib/libgomp.exp: New file.
184 * testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
185 libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
186 load_lib *, load_gcc_lib *): Move to libgomp.exp.
187 (libgomp_load): Remove.
188 * testsuite/lib/libgomp.exp (libgomp_init): Compute
189 always_ld_library_path, not ld_library_path. Set additional_flags
190 to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
191 (target_compile): Do not call libgomp_init. Append lang_library_path
192 and lang_link_flags to options.
193 * testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2. Set
194 ld_library_path from always_ld_library_path. Set LD_LIBRARY_PATH
195 here.
196 * testsuite/libgomp.c++/c++.exp: Set ld_library_path from
197 always_ld_library_path. Set LD_LIBRARY_PATH here.
198 * testsuite/libgomp.fortran/fortran.exp: Ditto.
199 * testsuite/libgomp.c/atomic-1.c: Set dg-options to
200 "-O2 -march=pentium" for ilp32 x86 targets. Simplify check for
201 CX8 flag.
202 * testsuite/libgomp.c/atomic-2.c: Set dg-options to "-O2 -mcx16" for
203 lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
204 * testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
205 * testsuite/libgomp.c/pr29947-1.c: Ditto.
206 * testsuite/libgomp.c/atomic-10.c: Ditto.
207
208 2007-03-21 Jakub Jelinek <jakub@redhat.com>
209
210 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
211 dg-final cleanup-modules line.
212 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
213 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
214 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
215 * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
216 * testsuite/libgomp.fortran/reduction5.f90: Likewise.
217 * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
218 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
219
220 2007-03-18 Andreas Schwab <schwab@suse.de>
221
222 * acinclude.m4: Adjust regular expression for ld version
223 extraction.
224 * configure: Regenerate.
225
226 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
227
228 * Makefile.am: Add install-pdf target as copied from
229 automake v1.10 rules.
230 * Makefile.in: Regenerate
231
232 2007-02-07 Jakub Jelinek <jakub@redhat.com>
233
234 PR libgomp/28486
235 * configure: Regenerate.
236
237 PR c++/30703
238 * testsuite/libgomp.c++/pr30703.C: New test.
239
240 2007-02-02 Jakub Jelinek <jakub@redhat.com>
241
242 Revert:
243 2006-07-05 Eric Christopher <echristo@apple.com>
244 * configure.ac: Depend addition of -pthread on host OS.
245 * configure: Regenerate.
246
247 2007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
248
249 * libgomp.texi: Fix spacing after abbreviations.
250
251 2007-01-31 Daniel Franke <franke.daniel@gmail.com>
252
253 PR libgomp/30546
254 * configure.ac: Add check for makeinfo
255 * Makefile.am: Redefined target libgomp.info, build libgomp.info only
256 if an appropiate version of makeinfo is found.
257 * aclocal.m4: Regenerated.
258 * configure: Regenerated.
259 * Makefile.in: Regenerated.
260 * testsuite/Makefile.in: Regenerated.
261
262 2007-01-29 Daniel Franke <franke.daniel@gmail.com>
263
264 PR libgomp/30540
265 * libgomp.texi: More about implementation-dependent settings.
266
267 2007-01-26 Tobias Burnus <burnus@net-b.de>
268
269 * testsuite/libgomp.fortran/fortran.exp: Support .f03 extension.
270
271 2007-01-24 Jakub Jelinek <jakub@redhat.com>
272
273 PR middle-end/30494
274 * testsuite/libgomp.c/pr30494.c: New test.
275
276 2007-01-15 Tom Tromey <tromey@redhat.com>
277
278 * configure: Rebuilt.
279 * configure.ac: Fixed comment.
280
281 2007-01-14 Daniel Franke <franke.daniel@gmail.com>
282
283 * libgomp.texi: Document implementation specific default values of
284 environment variables.
285
286 2006-12-21 Daniel Franke <franke.daniel@gmail.com>
287
288 PR libgomp/28209
289 * libgomp.texi: New file.
290 * configure.ac: Add --enable-generated-files-in-srcdir option.
291 * Makefile.am: Add info, dvi, pdf, html targets. On request, copy
292 files to srcdir.
293 * Makefile.in: Regenerated.
294 * config.h.in: Regenerated.
295 * testsuite/Makefile.in: Regenerated.
296 * NOTES: Removed.
297
298 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
299
300 PR libgomp/29949
301 * env.c (omp_set_num_threads): Set illegal thread count to 1.
302
303 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
304
305 * configure: Regenerate.
306
307 2006-12-04 Jakub Jelinek <jakub@redhat.com>
308
309 PR libgomp/29947
310 * loop.c (gomp_loop_init): Make parameters signed. Set ws->end to
311 start if there shouldn't be any loop iterations.
312 (gomp_loop_ordered_static_start): Remove start == end test.
313 * testsuite/libgomp.c/pr29947-1.c: New test.
314 * testsuite/libgomp.c/pr29947-2.c: New test.
315
316 2006-12-02 Eric Botcazou <ebotcazou@libertysurf.fr>
317
318 * configure.tgt: Force initial-exec TLS model on Linux only.
319
320 2006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
321
322 * configure: Regenerated.
323
324 2006-11-09 Uros Bizjak <ubizjak@gmail.com>
325
326 * env.c (parse_schedule): Reject out of range values.
327 (parse_unsigned_long): Reject out of range, negative or zero values.
328
329 2006-10-29 Jakub Jelinek <jakub@redhat.com>
330
331 PR fortran/29629
332 * testsuite/libgomp.fortran/pr29629.f90: New test.
333
334 2006-10-24 Eric Botcazou <ebotcazou@libertysurf.fr>
335
336 PR libgomp/29494
337 * configure.tgt: Use posix95 configuration for Solaris 2.5.1 and 2.6.
338 * config/posix95: New directory.
339 * config/posix95/omp-lock.h: New file.
340 * config/posix95/lock.c: Likewise.
341
342 2006-10-14 Geoffrey Keating <geoffk@apple.com>
343
344 * aclocal.m4: Regenerate.
345 * configure: Regenerate.
346
347 2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
348
349 * testsuite/libgomp.c/barrier-1.c: Change timestamp tests from
350 '<' to '<='.
351
352 2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
353
354 * acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from
355 test.
356 * configure: Regenerate.
357 * fortran.c (ialias_redirect): Add __USER_LABEL_PREFIX__ to alias.
358
359 2006-09-26 Jakub Jelinek <jakub@redhat.com>
360
361 PR middle-end/25261
362 PR middle-end/28790
363 * testsuite/libgomp.c/nestedfn-4.c: New test.
364 * testsuite/libgomp.c/nestedfn-5.c: New test.
365 * testsuite/libgomp.fortran/nestedfn3.f90: New test.
366
367 PR fortran/29097
368 * testsuite/libgomp.fortran/condinc1.f: New test.
369 * testsuite/libgomp.fortran/condinc2.f: New test.
370 * testsuite/libgomp.fortran/condinc3.f90: New test.
371 * testsuite/libgomp.fortran/condinc4.f90: New test.
372 * testsuite/libgomp.fortran/condinc1.inc: New file.
373
374 2006-09-18 Tom Tromey <tromey@redhat.com>
375
376 * configure: Rebuilt.
377
378 2006-09-13 Joseph S. Myers <joseph@codesourcery.com>
379
380 PR c/28768
381 PR preprocessor/14634
382 * configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
383 to AC_DEFINE.
384 * configure: Regenerate.
385
386 2006-09-08 Steven G. Kargl <kargl@gcc.gnu.org>
387
388 * testsuite/libgomp.fortran/reduction3.f90: Change
389 -2147483648 to -huge(i)-1 to avoid overflow.
390 * testsuite/libgomp.fortran/reduction4.f90: Change
391 Z'ffffffff' to not(0) to avoid overflow.
392
393 2006-08-26 Joseph S. Myers <joseph@codesourcery.com>
394
395 PR libgomp/25938
396 * Makefile.am (libsubincludedir): New.
397 (nodist_include_HEADERS): Rename to nodist_libsubinclude_HEADERS.
398 * Makefile.in: Regenerate.
399
400 2006-08-17 Jakub Jelinek <jakub@redhat.com>
401
402 PR libgomp/28725
403 * env.c: Include ctype.h.
404 (parse_schedule, parse_unsigned_long, parse_boolean): Allow
405 leading and/or trailing whitespace and compare strings case
406 insensitively.
407
408 2006-07-16 Jakub Jelinek <jakub@redhat.com>
409
410 PR fortran/28390
411 * testsuite/libgomp.fortran/pr28390.f: New test.
412
413 2006-07-05 Eric Christopher <echristo@apple.com>
414
415 * configure.ac: Depend addition of -pthread on host OS.
416 * configure: Regenerate.
417
418 2006-06-21 Jakub Jelinek <jakub@redhat.com>
419
420 * critical.c (GOMP_critical_name_start): Fix *pptr initialization
421 when gomp_mutex_t is larger than pointer and HAVE_SYNC_BUILTINS is
422 defined.
423
424 2006-06-20 Jakub Jelinek <jakub@redhat.com>
425
426 PR libgomp/26175
427 PR libgomp/26477
428 * configure.ac: If neither --enable-linux-futex nor
429 --disable-linux-futex is passed, determine the default by checking
430 for compiling and/or running against NPTL. With --enable-linux-futex,
431 check if SYS_gettid and SYS_futex are defined.
432 * configure: Rebuilt.
433
434 2006-06-14 Richard Henderson <rth@redhat.com>
435
436 PR libgomp/28008
437 * env.c (initialize_env): Avoid using PTHREAD_STACK_MIN when
438 undefined. Use GOMP_STACKSIZE not OMP_STACKSIZE for environment.
439
440 2006-06-09 Richard Henderson <rth@redhat.com>
441
442 * env.c (gomp_nthreads_var): Change to unsigned long.
443 (gomp_run_sched_chunk): Likewise.
444 (parse_unsigned_long): Rename from parse_num_threads and generalize.
445 (initialize_env): Initialize gomp_thread_attr.
446 * libgomp.h (gomp_nthreads_var): Update decl.
447 (gomp_run_sched_chunk): Likewise.
448 (gomp_thread_attr): Declare.
449 * team.c (gomp_thread_attr): Export.
450 (initialize_team): Don't initialize it.
451
452 2006-06-09 Jakub Jelinek <jakub@redhat.com>
453
454 PR fortran/27916
455 * testsuite/libgomp.fortran/pr27916-1.f90: New test.
456 * testsuite/libgomp.fortran/pr27916-2.f90: New test.
457
458 2006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
459
460 * config/mingw32/time.c: New file.
461 * configure.tgt: Use it.
462
463 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
464
465 * Makefile.am: Add install-html target. Add install-html to .PHONY
466 * Makefile.in: Regenerate.
467
468 2006-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
469
470 PR libgomp/27612
471 * testsuite/libgomp.c/sections-1.c: Require sync_int_long.
472 * testsuite/libgomp.c/critical-1.c: Likewise.
473 * testsuite/libgomp.c/loop-1.c: Likewise.
474 * testsuite/libgomp.c/loop-2.c: Likewise.
475 * testsuite/libgomp.c/single-1.c: Likewise.
476 * testsuite/libgomp.c/ordered-1.c: Likewise.
477 * testsuite/libgomp.c/ordered-2.c: Likewise.
478
479 2006-05-15 Jakub Jelinek <jakub@redhat.com>
480
481 PR middle-end/27416
482 * libgomp.fortran/pr27416-1.f90: New test.
483
484 2006-05-03 Jakub Jelinek <jakub@redhat.com>
485
486 PR fortran/27395
487 * testsuite/libgomp.fortran/pr27395-1.f90: New test.
488 * testsuite/libgomp.fortran/pr27395-2.f90: New test.
489
490 2006-05-02 Jakub Jelinek <jakub@redhat.com>
491
492 PR c++/26943
493 * testsuite/libgomp.c/pr26943-1.c: New test.
494 * testsuite/libgomp.c/pr26943-2.c: New test.
495 * testsuite/libgomp.c/pr26943-3.c: New test.
496 * testsuite/libgomp.c/pr26943-4.c: New test.
497 * testsuite/libgomp.c++/pr27337.C: Remove barrier.
498 * testsuite/libgomp.c++/pr26943.C: New test.
499
500 2006-05-02 Jakub Jelinek <jakub@redhat.com>
501
502 PR middle-end/27337
503 * testsuite/libgomp.c++/pr27337.C: New test.
504
505 2006-04-26 Jakub Jelinek <jakub@redhat.com>
506
507 PR c/26171
508 * testsuite/libgomp.c/pr26171.c: New test.
509
510 2006-04-25 Richard Henderson <rth@redhat.com>
511
512 PR libgomp/25865
513 * configure.ac: Use GCC_CHECK_TLS.
514 * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
515 * Makefile.in, aclocal.m4, configure: Regenerate.
516
517 2006-04-10 Matthias Klose <doko@debian.org>
518
519 * testsuite/lib/libgomp.exp (libgomp_init): Recognize multilib
520 directory names containing underscores.
521
522 2006-03-21 Jakub Jelinek <jakub@redhat.com>
523
524 PR c++/26691
525 * testsuite/libgomp.c++/pr26691.C: New test.
526
527 2006-03-13 Jakub Jelinek <jakub@redhat.com>
528
529 * testsuite/libgomp.fortran/retval2.f90: New test.
530
531 2006-03-09 Diego Novillo <dnovillo@redhat.com>
532
533 * testsuite/libgomp.c++: New directory.
534
535 2006-02-25 Shantonu Sen <ssen@opendarwin.org>
536
537 * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions.
538 * config/posix/sem.c: Implement the above.
539
540 2006-02-25 Andreas Tobler <a.tobler@schweiz.ch>
541
542 * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and
543 define HAVE_BROKEN_POSIX_SEMAPHORES.
544 * configure: Rebuilt.
545 * config.h.in: Rebuilt.
546
547 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
548
549 PR bootstrap/26161
550 * configure.ac: Remove AC_CHECK_HEADER for pthread.h. Add comment
551 for the other pthread check.
552 * configure: Regenerate.
553 * config.h.in: Regenerate.
554
555 2006-02-15 Jakub Jelinek <jakub@redhat.com>
556
557 PR libgomp/25938
558 PR libgomp/25984
559 * Makefile.am (fincludedir): New variable.
560 (nodist_include_HEADERS): Remove Fortran files.
561 (nodist_finclude_HEADERS): New variable.
562 * Makefile.in: Regenerated.
563
564 2006-02-13 Jakub Jelinek <jakub@redhat.com>
565
566 * testsuite/libgomp.fortran/vla7.f90: Add -w to options.
567 Remove tests for returning assumed character length arrays.
568
569 2006-02-12 Roger Sayle <roger@eyesopen.com>
570 John David Anglin <dave@hiauly1.hia.nrc.ca>
571
572 PR libgomp/25936
573 * configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
574
575 2006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
576
577 * testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
578
579 2006-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
580
581 * testsuite/lib/libgomp-dg.exp (libgomp_init): Compute multilib related
582 part of LD_LIBRARY_PATH manually.
583
584 2006-02-03 H.J. Lu <hongjiu.lu@intel.com>
585
586 PR libgomp/25852
587 * testsuite/lib/libgomp-dg.exp (blddir): Set it in
588 libgomp_init.
589
590 2005-01-25 Paolo Bonzini <bonzini@gnu.org>
591
592 PR libgomp/25884
593 * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
594 * configure.ac (PERL): Don't set.
595 (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
596 (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
597 OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
598 * omp.h.in: Wrap the new configure substitutions with @ characters.
599 * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
600 * aclocal.m4, configure, Makefile.in: Regenerate.
601 * mkomp_h.pl: Delete.
602
603 2005-01-24 Paolo Bonzini <bonzini@gnu.org>
604
605 PR libgomp/25259
606 * configure.ac: Use GCC_HEADER_STDINT.
607 * libgomp.h: Include gstdint.h.
608 * libgomp_f.h.in: Don't include stdint.h or inttypes.h.
609 * configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
610
611 2006-01-24 Richard Henderson <rth@redhat.com>
612
613 PR libgomp/25942
614 * configure.ac: Add AM_MAINTAINER_MODE.
615 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
616
617 2006-01-24 Diego Novillo <dnovillo@redhat.com>
618
619 * Makefile.in: Regenerate.
620 * testsuite/Makefile.in: Regenerate.
621 * aclocal.m4: Regenerate.
622
623 2006-01-23 Andreas Tobler <a.tobler@schweiz.ch>
624
625 * config/posix/proc.c: Conditional include of sys/loadavg.h for
626 Solaris.
627 * configure.ac: Add check for loadavg.h.
628 (link_gomp): Adjust comment.
629 * configure: Regenerate.
630 * config.h.in: Regenerate.
631
632 2006-01-21 Steve Ellcey <sje@cup.hp.com>
633
634 PR libgomp/25877
635 * configure.ac: Remove check for alloca.h.
636 * configure: Regenerate.
637 * config.h.in: Regenerate.
638 * libgomp.h: define gomp_alloca to be __builtin_alloca.
639 * team.c: Remove use of alloca.h.
640 Call gomp_alloca instead of alloca.
641
642 2006-01-20 Steve Ellcey <sje@cup.hp.com>
643
644 PR libgomp/25877
645 * team.c: Add include of alloca.h.
646 * configure.ac: Add check for alloca.h.
647 * configure: Regenerate.
648 * config.h.in: Regenerate.
649
650 2006-01-17 Jakub Jelinek <jakub@redhat.com>
651
652 PR fortran/25219
653 * testsuite/libgomp.fortran/pr25219.f90: New test.
654
655 2005-12-05 Uros Bizjak <uros@kss-loka.si>
656
657 * testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c,
658 testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c,
659 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
660 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
661 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C,
662 testsuite/libgomp.fortran/threadprivate1.f90,
663 testsuite/libgomp.fortran/threadprivate2.f90,
664 testsuite/libgomp.fortran/threadprivate3.f90,
665 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
666 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
667 testsuite/libgomp.fortran/omp_parse3.f90: Change required
668 effective-target to TLS runtime.
669
670 * testsuite/libgomp.fortran/pr25162.f: Require
671 effective-target TLS runtime.
672
673 2005-12-01 Jakub Jelinek <jakub@redhat.com>
674
675 * testsuite/libgomp.fortran/nestedfn2.f90: New test.
676 * testsuite/libgomp.c/nestedfn-3.c: New test.
677
678 2005-11-30 Jakub Jelinek <jakub@redhat.com>
679
680 PR fortran/25162
681 * testsuite/libgomp.fortran/pr25162.f: New test.
682
683 2005-11-28 Jakub Jelinek <jakub@redhat.com>
684
685 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Fall back to
686 CLOCK_REALTIME if clock_* (CLOCK_MONOTONIC, &ts) call failed.
687
688 2005-11-25 Jakub Jelinek <jakub@redhat.com>
689
690 * alloc.c, barrier.c, critical.c, env.c, error.c, fortran.c, iter.c,
691 libgomp.h, libgomp_f.h.in, libgomp_g.h, loop.c, mkomp_h.pl, omp.h.in,
692 omp_lib.f90.in, omp_lib.h.in, ordered.c, parallel.c, sections.c,
693 single.c, team.c, work.c, config/linux/alpha/futex.h,
694 config/linux/bar.c, config/linux/bar.h, config/linux/ia64/futex.h,
695 config/linux/lock.c, config/linux/mutex.c, config/linux/mutex.h,
696 config/linux/powerpc/futex.h, config/linux/s390/futex.h,
697 config/linux/sem.c, config/linux/sem.h, config/linux/sparc/futex.h,
698 config/linux/x86/futex.h, config/posix/bar.c, config/posix/bar.h,
699 config/posix/lock.c, config/posix/mutex.h, config/posix/proc.c,
700 config/posix/sem.c, config/posix/sem.h, config/posix/time.c: Update
701 FSF address.
702
703 2005-11-18 Jakub Jelinek <jakub@redhat.com>
704
705 * Makefile.am: Move libgomp_f.h from nodist_include_HEADERS
706 to nodist_noinst_HEADERS.
707 * Makefile.in: Rebuilt.
708
709 * config/posix/omp-lock.h (omp_nest_lock_t): Change into struct,
710 add integer count field.
711 * config/posix/lock.c (omp_destroy_nest_lock): Adjust for
712 omp_nest_lock_t type change.
713 (omp_init_nest_lock): Likewise. Initialize count to 0.
714 (omp_set_nest_lock): Adjust for omp_nest_lock_t type change.
715 Increment count.
716 (omp_unset_nest_lock): Adjust for omp_nest_lock_t type change.
717 Decrement count.
718 (omp_test_nest_lock): Adjust for omp_nest_lock_t type change.
719 Increment count if successful and return the new nesting level.
720 * config/linux/lock.c (omp_test_nest_lock): Return new nesting level.
721 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.
722 * testsuite/libgomp.c/lib-1.c: New test.
723 * testsuite/libgomp.fortran/lib1.f90: New test.
724 * testsuite/libgomp.fortran/lib2.f: New test.
725 * testsuite/libgomp.fortran/lib3.f: New test.
726
727 2005-11-17 Richard Henderson <rth@redhat.com>
728
729 PR 24845
730 * Makefile.am (nodist_toolexeclib_HEADERS): New.
731 * configure.ac (link_gomp): New. Substitute it.
732 (AC_CONFIG_FILES): Add libgomp.spec.
733 * libgomp.spec.in: New file.
734 * Makefile.in, testsuite/Makefile.in, configure: Rebuild.
735 * testsuite/lib/libgomp-dg.exp: Add -B${blddir}/ to flags.
736
737 2005-11-18 Jakub Jelinek <jakub@redhat.com>
738
739 * testsuite/libgomp.fortran/reduction1.f90: Adjust for
740 reduction(-:var) behaving the same as reduction(+:var).
741 * testsuite/libgomp.c/reduction-4.c: New test.
742
743 2005-11-15 Uros Bizjak <uros@kss-loka.si>
744
745 * testsuite/libgomp.c/pr24455-1.c, testsuite/libgomp.c/pr24455.c,
746 testsuite/libgomp.c/copyin-1.c, testsuite/libgomp.c/copyin-2.c,
747 testsuite/libgomp.c/copyin-3.c,
748 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
749 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
750 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455-1.C,
751 testsuite/libgomp.c++/pr24455.C,
752 testsuite/libgomp.fortran/threadprivate1.f90,
753 testsuite/libgomp.fortran/threadprivate2.f90,
754 testsuite/libgomp.fortran/threadprivate3.f90,
755 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
756 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
757 testsuite/libgomp.fortran/omp_parse3.f90: Require
758 effective-target TLS.
759
760 2005-11-14 Diego Novillo <dnovillo@redhat.com>
761
762 * HEADER: Remove.
763
764 2005-11-13 Jakub Jelinek <jakub@redhat.com>
765
766 PR libgomp/24797
767 * team.c (initialize_team): Pass NULL rather than free as
768 pthread_key_create destructor. Initialize thread specific data
769 pointer in initial thread to a static local variable rather than
770 malloced memory.
771
772 2005-11-11 Uros Bizjak <uros@kss-loka.si>
773
774 * testsuite/lib/libgomp-dg.exp: Locate libgcc.a and append
775 its location to ld_library_path.
776
777 2005-11-10 Diego Novillo <dnovillo@redhat.com>
778
779 * testsuite/libgomp.c/c.exp: Rename from dg.exp.
780
781 2005-11-10 Diego Novillo <dnovillo@redhat.com>
782
783 * testsuite/libgomp.c: Rename from libgomp.dg.
784
785 2005-11-09 Diego Novillo <dnovillo@redhat.com>
786
787 * testsuite/libgomp.c++/pr24455.C: Add copyin clause for
788 threadprivate variable 'i'.
789
790 2005-11-09 Jakub Jelinek <jakub@redhat.com>
791
792 * config/linux/s390/futex.h: New file.
793 * configure.tgt: Use it.
794
795 * testsuite/libgomp.fortran/omp_parse4.f90: Move n initialization
796 before the parallel.
797
798 2005-11-08 Jakub Jelinek <jakub@redhat.com>
799
800 PR c++/24734
801 * testsuite/libgomp.c++/master-1.C: New test.
802
803 2005-11-07 Jakub Jelinek <jakub@redhat.com>
804
805 * testsuite/libgomp.dg/copyin-3.c: New test.
806
807 2005-11-07 Jakub Jelinek <jakub@redhat.com>
808
809 * testsuite/libgomp.fortran/retval1.f90: New test.
810 * testsuite/libgomp.fortran/vla7.f90: New test.
811
812 2005-11-06 Jakub Jelinek <jakub@redhat.com>
813
814 * testsuite/libgomp.fortran/vla2.f90: New test.
815 * testsuite/libgomp.fortran/vla3.f90: New test.
816 * testsuite/libgomp.fortran/vla4.f90: New test.
817 * testsuite/libgomp.fortran/vla5.f90: New test.
818 * testsuite/libgomp.fortran/vla6.f90: New test.
819
820 2005-11-01 Jakub Jelinek <jakub@redhat.com>
821
822 * config/linux/sparc/futex.h: New file.
823 * configure.tgt: Use it.
824 * testsuite/lib/libgomp-dg.exp: Use -mcpu=v9 for sparc testing.
825
826 * critical.c: Include stdlib.h.
827 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Avoid warnings about
828 ignoring return value.
829 * configure.ac: Don't put -Wc,-pthread into XCFLAGS until after
830 LIBGOMP_CHECK_SYNC_BUILTINS check.
831 * configure: Rebuilt.
832
833 2005-10-31 Jakub Jelinek <jakub@redhat.com>
834
835 * testsuite/libgomp.fortran/vla1.f90: New test.
836
837 2005-10-31 Richard Henderson <rth@redhat.com>
838
839 * testsuite/libgomp.fortran/character2.f90: Fix race condition
840 setting 's' in different threads.
841
842 2005-10-31 Jakub Jelinek <jakub@redhat.com>
843
844 * libgomp.h (attribute_hidden, ialias): Define.
845 * config/posix/proc.c (omp_get_num_procs): Add ialias.
846 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Likewise.
847 * config/posix/lock.c (omp_init_lock, omp_init_nest_lock,
848 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
849 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
850 omp_test_lock, omp_test_nest_lock): Likewise.
851 * config/linux/lock.c (omp_init_lock, omp_init_nest_lock,
852 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
853 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
854 omp_test_lock, omp_test_nest_lock): Likewise.
855 * env.c (omp_set_dynamic, omp_set_nested, omp_set_num_threads,
856 omp_get_dynamic, omp_get_nested): Likewise.
857 * parallel.c (omp_get_num_threads, omp_get_max_threads,
858 omp_get_thread_num, omp_in_parallel): Likewise.
859 * fortran.c (ialias_redirect): Define.
860 (omp_init_lock, omp_init_nest_lock, omp_destroy_lock,
861 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock,
862 omp_unset_lock, omp_unset_nest_lock, omp_test_lock,
863 omp_test_nest_lock, omp_set_dynamic, omp_set_nested,
864 omp_set_num_threads, omp_get_dynamic, omp_get_nested,
865 omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
866 omp_get_num_threads, omp_get_thread_num, omp_get_wtick,
867 omp_get_wtime): Add ialias_redirect.
868
869 2005-10-30 Jakub Jelinek <jakub@redhat.com>
870
871 * fortran.c: Include stdlib.h.
872
873 2005-10-29 Jakub Jelinek <jakub@redhat.com>
874
875 * Makefile.am (env.o, env.lo): Depend on libgomp_f.h.
876 * Makefile.in: Regenerated.
877
878 2005-10-28 Jakub Jelinek <jakub@redhat.com>
879
880 * mkomp_h.pl: Remove all -Wc, option prefixes in $COMPILE.
881 * libgomp_f.h.in (omp_check_defines): New function.
882 * env.c: Include libgomp_f.h.
883 (initialize_env): Call omp_check_defines.
884
885 * testsuite/libgomp.dg/copyin-2.c: New test.
886 * testsuite/libgomp.c++/copyin-2.C: New test.
887 * testsuite/libgomp.fortran/threadprivate3.f90: New test.
888
889 * testsuite/libgomp.fortran/threadprivate2.f90: New test.
890 * testsuite/libgomp.fortran/sharing2.f90: New test.
891
892 * testsuite/libgomp.dg/copyin-1.c: New test.
893 * testsuite/libgomp.c++/copyin-1.C: New test.
894
895 2005-10-26 Jakub Jelinek <jakub@redhat.com>
896
897 * testsuite/libgomp.fortran/crayptr1.f90: New test.
898
899 * testsuite/libgomp.fortran/workshare1.f90: New test.
900
901 * libgomp.fortran/appendix-a/a.28.5.f90: Change into compile
902 only test.
903 * libgomp.fortran/sharing1.f90: New test.
904
905 2005-10-24 Jakub Jelinek <jakub@redhat.com>
906
907 PR c++/24502
908 * testsuite/libgomp.c++/loop-7.C: New test.
909
910 * testsuite/libgomp.dg/nestedfn-2.c: New test.
911
912 * testsuite/libgomp.dg/nestedfn-1.c: New test.
913 * testsuite/libgomp.fortran/reduction6.f90: New test.
914 * testsuite/libgomp.fortran/nestedfn1.f90: New test.
915
916 2005-10-23 Richard Henderson <rth@redhat.com>
917
918 * testsuite/libgomp.c++/ctor-1.C: New.
919 * testsuite/libgomp.c++/ctor-2.C: New.
920 * testsuite/libgomp.c++/ctor-3.C: New.
921 * testsuite/libgomp.c++/ctor-4.C: New.
922 * testsuite/libgomp.c++/ctor-5.C: New.
923 * testsuite/libgomp.c++/ctor-6.C: New.
924 * testsuite/libgomp.c++/ctor-7.C: New.
925 * testsuite/libgomp.c++/ctor-8.C: New.
926 * testsuite/libgomp.c++/ctor-9.C: New.
927
928 2005-10-21 Diego Novillo <dnovillo@redhat.com>
929
930 PR 24455
931 * testsuite/libgomp.c++/pr24455-1.C: New test.
932 * testsuite/libgomp.c++/pr24455.C: New test.
933 * testsuite/libgomp.dg/pr24455-1.c: New test.
934 * testsuite/libgomp.dg/pr24455.c: New test.
935
936 2005-10-20 Richard Henderson <rth@redhat.com>
937
938 * testsuite/libgomp.c++/loop-6.C: New.
939 * testsuite/libgomp.dg/loop-3.c: New.
940
941 2005-10-20 Jakub Jelinek <jakub@redhat.com>
942
943 * testsuite/libgomp.fortran/jacobi.f: Don't make i and j
944 explicitly private.
945 * testsuite/libgomp.fortran/omp_parse1.f90 (test_do): Make i
946 explicitly shared.
947
948 2005-10-19 Diego Novillo <dnovillo@redhat.com>
949
950 * testsuite/libgomp.fortran/jacobi.f: New test.
951
952 2005-10-19 Richard Henderson <rth@redhat.com>
953
954 * configure.tgt (i?86-linux): Default to with_arch instead of
955 CFLAGS. Add -mtune to match target_cpu.
956 (x86_64-linux): Tune to i686.
957
958 * fortran.c (omp_test_nest_lock_): Fix typo.
959
960 2005-10-19 Jakub Jelinek <jakub@redhat.com>
961
962 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
963 gomp_ordered_sync): Do nothing if team->nthreads == 1.
964 * testsuite/libgomp.dg/ordered-3.c: New test.
965
966 * testsuite/libgomp.dg/appendix-a/a.18.1.c: Remove unconditional abort.
967 Remove volatile keyword.
968
969 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Reorder variables
970 in COMMON block to avoid warnings on 64-bit targets.
971
972 2005-10-18 Diego Novillo <dnovillo@redhat.com>
973
974 * testsuite/libgomp.dg/shared-3.c: New test.
975
976 2005-10-18 Jakub Jelinek <jakub@redhat.com>
977
978 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: Removed.
979 * testsuite/libgomp.fortran/reduction5.f90: New test.
980
981 2005-10-18 Jakub Jelinek <jakub@redhat.com>
982
983 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Add -ffixed-form to
984 dg-options.
985 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise. Enable
986 flush loop now that __sync_synchronize has proper memory barrier.
987 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: Fix a typo.
988 Add -ffixed-form to dg-options.
989
990 2005-10-17 Diego Novillo <dnovillo@redhat.com>
991
992 * testsuite/libgomp.fortran/fortran.exp: Also gather tests
993 from subdirectories.
994 * testsuite/libgomp.fortran/appendix-a/a.15.1.f90: New test.
995 * testsuite/libgomp.fortran/appendix-a/a.16.1.f90: New test.
996 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: New test.
997 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: New test.
998 * testsuite/libgomp.fortran/appendix-a/a.2.1.f90: New test.
999 * testsuite/libgomp.fortran/appendix-a/a.21.1.f90: New test.
1000 * testsuite/libgomp.fortran/appendix-a/a.22.7.f90: New test.
1001 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: New test.
1002 * testsuite/libgomp.fortran/appendix-a/a.26.1.f90: New test.
1003 * testsuite/libgomp.fortran/appendix-a/a.28.1.f90: New test.
1004 * testsuite/libgomp.fortran/appendix-a/a.28.2.f90: New test.
1005 * testsuite/libgomp.fortran/appendix-a/a.28.3.f90: New test.
1006 * testsuite/libgomp.fortran/appendix-a/a.28.4.f90: New test.
1007 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: New test.
1008 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: New test.
1009 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: New test.
1010 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: New test.
1011 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: New test.
1012 * testsuite/libgomp.fortran/appendix-a/a.33.3.f90: New test.
1013 * testsuite/libgomp.fortran/appendix-a/a.38.1.f90: New test.
1014 * testsuite/libgomp.fortran/appendix-a/a.39.1.f90: New test.
1015 * testsuite/libgomp.fortran/appendix-a/a.4.1.f90: New test.
1016 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: New test.
1017 * testsuite/libgomp.fortran/appendix-a/a.5.1.f90: New test.
1018 * testsuite/libgomp.fortran/appendix-a/a10.1.f90: New test.
1019
1020 2005-10-17 Jakub Jelinek <jakub@redhat.com>
1021
1022 * testsuite/libgomp.dg/dg.exp: Only unset lang_* if
1023 lang_library_path exists. Use find instead of glob to gather tests.
1024 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: Removed.
1025
1026 2005-10-17 Diego Novillo <dnovillo@redhat.com>
1027
1028 * testsuite/libgomp.dg/appendix-a/a.15.1.c: New test.
1029 * testsuite/libgomp.dg/appendix-a/a.16.1.c: New test.
1030 * testsuite/libgomp.dg/appendix-a/a.18.1.c: New test.
1031 * testsuite/libgomp.dg/appendix-a/a.19.1.c: New test.
1032 * testsuite/libgomp.dg/appendix-a/a.2.1.c: New test.
1033 * testsuite/libgomp.dg/appendix-a/a.21.1.c: New test.
1034 * testsuite/libgomp.dg/appendix-a/a.26.1.c: New test.
1035 * testsuite/libgomp.dg/appendix-a/a.29.1.c: New test.
1036 * testsuite/libgomp.dg/appendix-a/a.3.1.c: New test.
1037 * testsuite/libgomp.dg/appendix-a/a.39.1.c: New test.
1038 * testsuite/libgomp.dg/appendix-a/a.4.1.c: New test.
1039 * testsuite/libgomp.dg/appendix-a/a.5.1.c: New test.
1040 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: New file.
1041
1042 2005-10-15 Jakub Jelinek <jakub@redhat.com>
1043
1044 * testsuite/libgomp.dg/vla-1.c: New test.
1045
1046 * testsuite/libgomp.fortran/reference2.f90: New test.
1047
1048 * testsuite/libgomp.fortran/character2.f90: Remove explicit
1049 declaration of omp_get_thread_num.
1050 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise. Add
1051 use omp_lib.
1052
1053 * testsuite/libgomp.fortran/reduction1.f90: New test.
1054 * testsuite/libgomp.fortran/reduction2.f90: New test.
1055 * testsuite/libgomp.fortran/reduction3.f90: New test.
1056 * testsuite/libgomp.fortran/reduction4.f90: New test.
1057
1058 2005-10-13 Richard Henderson <rth@redhat.com>
1059
1060 * Makefile.am (libgomp_la_SOURCES): Add bar.c.
1061 * Makefile.in: Regenerate.
1062 * barrier.c (GOMP_barrier): Use gomp_barrier_wait.
1063 * libgomp.h: Include bar.h.
1064 (struct gomp_barrier): Remove.
1065 (struct gomp_team): Add barrier. Replace master_barrier with
1066 master_release. Replace threads with ordered_release.
1067 (struct gomp_thread): Replace barrier with release.
1068 * ordered.c (gomp_ordered_first): Update for ordered_release change.
1069 (gomp_ordered_last, gomp_ordered_next, gomp_ordered_static_init,
1070 gomp_ordered_static_next, gomp_ordered_sync): Likewise.
1071 * single.c (GOMP_single_copy_start): Use gomp_barrier_wait.
1072 (GOMP_single_copy_end): Likewise.
1073 * team.c (gomp_threads_dock): New.
1074 (gomp_barrier_init, gomp_barrier_destroy): Remove.
1075 (gomp_thread_start): Use gomp_barrier_wait.
1076 (new_team, free_team): Update for gomp_team changes.
1077 (gomp_team_start): Use gomp_barrier_wait and gomp_barrier_reinit.
1078 (gomp_team_end): Use gomp_barrier_wait.
1079 (initialize_team): Update for gomp_thread changes.
1080 * work.c (gomp_work_share_end): Use gomp_barrier_wait_start.
1081 (gomp_work_share_end_nowait): Use atomic ops when available.
1082 * config/linux/bar.c, config/linux/bar.h: New files.
1083 * config/posix/bar.c, config/posix/bar.h: New files.
1084
1085 2005-10-13 Jakub Jelinek <jakub@redhat.com>
1086
1087 * single.c (GOMP_single_copy_end): Don't segfault if team is NULL.
1088 * testsuite/libgomp.dg/single-2.c: New test.
1089
1090 * testsuite/libgomp.dg/dg.exp (lang_library_path, lang_test_file,
1091 lang_link_flags): Unset, so that they aren't inherited from previously
1092 sourced *.exp.
1093
1094 * testsuite/libgomp.fortran/threadprivate1.f90: New test.
1095
1096 2005-10-12 Richard Henderson <rth@redhat.com>
1097
1098 * testsuite/lib/libgomp-dg.exp: Set blddir at toplevel.
1099 (libgomp_init): Use lang_test_file, lang_library_path, and
1100 lang_link_flags, set by the subdirectory files. Add -fopenmp here.
1101
1102 * testsuite/libgomp.fortran/fortran.exp (lang_library_path): New.
1103 (lang_test_file, lang_link_flags): New.
1104 (DEFAULT_FFLAGS, ALWAYS_CFLAGS, multilibs, blddir): Remove.
1105
1106 * testsuite/libgomp.c++/c++.exp, testsuite/libgomp.c++/loop-1.C,
1107 testsuite/libgomp.c++/loop-2.C, testsuite/libgomp.c++/loop-3.C,
1108 testsuite/libgomp.c++/loop-4.C, testsuite/libgomp.c++/nested-1.C,
1109 testsuite/libgomp.c++/parallel-1.C,
1110 testsuite/libgomp.c++/reduction-1.C,
1111 testsuite/libgomp.c++/reduction-2.C,
1112 testsuite/libgomp.c++/reduction-3.C,
1113 testsuite/libgomp.c++/sections-1.C, testsuite/libgomp.c++/shared-1.C,
1114 testsuite/libgomp.c++/shared-2.C, testsuite/libgomp.c++/single-1.C,
1115 testsuite/libgomp.c++/single-2.C, testsuite/libgomp.c++/single-3.C:
1116 New files, largely cribbed from the C testsuite.
1117
1118 2005-10-12 Jakub Jelinek <jakub@redhat.com>
1119
1120 * testsuite/libgomp.fortran/character1.f90: New test.
1121 * testsuite/libgomp.fortran/character2.f90: New test.
1122
1123 * testsuite/libgomp.dg/nested-1.c: New test.
1124 * testsuite/libgomp.dg/nested-2.c: New test.
1125 * testsuite/libgomp.fortran/do1.f90: New test.
1126 * testsuite/libgomp.fortran/do2.f90: New test.
1127
1128 * testsuite/libgomp.fortran/reference1.f90: New test.
1129
1130 2005-10-11 Jakub Jelinek <jakub@redhat.com>
1131
1132 * testsuite/libgomp.dg/reduction-1.c: New test.
1133 * testsuite/libgomp.dg/reduction-2.c: New test.
1134 * testsuite/libgomp.dg/reduction-3.c: New test.
1135
1136 2005-10-10 Jakub Jelinek <jakub@redhat.com>
1137
1138 * testsuite/libgomp.dg/atomic-1.c: New test.
1139 * testsuite/libgomp.dg/atomic-2.c: New test.
1140
1141 2005-10-09 Richard Henderson <rth@redhat.com>
1142
1143 * critical.c (atomic_lock): New.
1144 (initialize_critical): Initialize it.
1145 (GOMP_atomic_start, GOMP_atomic_end): New.
1146 * libgomp.map: Export them.
1147 * libgomp_g.h: Declare them.
1148
1149 * testsuite/libgomp.dg/atomic-10.c: Move from gcc testsuite.
1150
1151 2005-10-02 Richard Henderson <rth@redhat.com>
1152
1153 * configure.ac: Move save_CFLAGS hack earlier. Append -Wall/-Werror
1154 to XCFLAGS instead of CFLAGS.
1155
1156 2005-09-30 Richard Henderson <rth@redhat.com>
1157
1158 * configure.ac: Determine whether -pthread or -lpthread is needed.
1159 * Makefile.am (libgomp_la_LDFLAGS): Remove explicit -lpthread.
1160 * Makefine.in, configure: Rebuild.
1161
1162 2005-09-28 Richard Henderson <rth@redhat.com>
1163
1164 * testsuite/libgomp.dg/omp-loop03.c: Fix return code.
1165 * testsuite/libgomp.dg/omp-single-3.c: New test.
1166
1167 2005-09-28 Diego Novillo <dnovillo@redhat.com>
1168
1169 * testsuite/libgomp.dg/omp-single-2.c: New test.
1170 * testsuite/libgomp.dg/shared-2.c: Fix return code.
1171
1172 2005-09-27 Richard Henderson <rth@redhat.com>
1173
1174 * testsuite/libgomp.dg/omp-loop03.c: Add initial barrier.
1175 * testsuite/libgomp.dg/omp-parallel-for.c: Specify static schedule.
1176
1177 2005-09-27 Jakub Jelinek <jakub@redhat.com>
1178
1179 * testsuite/libgomp.dg/omp-loop03.c: New test.
1180
1181 2005-09-27 Diego Novillo <dnovillo@redhat.com>
1182
1183 * testsuite/libgomp.dg/omp-parallel-for.c: New test.
1184
1185 2005-09-27 Diego Novillo <dnovillo@redhat.com>
1186
1187 * testsuite/libgomp.dg/omp-single-1.c: New test.
1188 * testsuite/libgomp.dg/shared-1.c: Return 0.
1189 Add prototype for abort.
1190 * testsuite/libgomp.dg/shared-2.c: Likewise.
1191
1192 2005-09-26 Jakub Jelinek <jakub@redhat.com>
1193
1194 * testsuite/libgomp.fortran/omp_parse3.f90: Fix non-conforming
1195 constructs.
1196
1197 2005-09-26 Diego Novillo <dnovillo@redhat.com>
1198
1199 * testsuite/libgomp.dg/shared-1.c: New test.
1200 * testsuite/libgomp.dg/shared-2.c: New test.
1201
1202 2005-09-24 Richard Henderson <rth@redhat.com>
1203
1204 * testsuite/libgomp.dg/omp_workshare3.c: Mark dg-error.
1205
1206 2005-09-24 Richard Henderson <rth@redhat.com>
1207
1208 * iter.c (gomp_iter_static_next): Round up when computing number
1209 of iterations. Don't bother distributing a remainder equally.
1210
1211 * testsuite/libgomp.dg/omp-loop01.c (main1): Rename from main.
1212 Don't call srand. Zero b before testing.
1213 (main): New.
1214
1215 2005-09-24 Jakub Jelinek <jakub@redhat.com>
1216
1217 * testsuite/libgomp.fortran/omp_atomic1.f90: New test.
1218 * testsuite/libgomp.fortran/omp_atomic2.f90: New test.
1219
1220 2005-09-23 Jakub Jelinek <jakub@redhat.com>
1221
1222 * testsuite/libgomp.fortran/omp_parse1.f90: Add a test for !$omp do
1223 without !$omp end do, followed immediately by subroutine end.
1224
1225 2005-09-23 Diego Novillo <dnovillo@redhat.com>
1226
1227 * testsuite/libgomp.dg/omp-parallel-if.c: New test.
1228
1229 2005-09-22 Richard Henderson <rth@redhat.com>
1230
1231 * critical.c (GOMP_critical_name_start): Change argument to void**.
1232 Reuse the pointer space if the mutex fits.
1233 (GOMP_critical_name_end): Likewise.
1234 (initialize_critical): Don't define if GOMP_MUTEX_INIT_0.
1235 * libgomp_g.h (GOMP_critical_name_start): Update decl.
1236 (GOMP_critical_name_end): Likewise.
1237 * config/linux/mutex.h (GOMP_MUTEX_INIT_0): New.
1238 * config/posix/mutex.h (GOMP_MUTEX_INIT_0): New.
1239
1240 2005-09-20 Richard Henderson <rth@redhat.com>
1241
1242 * critical.c (GOMP_critical_name_start, GOMP_critical_name_end): New.
1243 (create_lock_lock): New.
1244 (initialize_critical): Initialize it.
1245 * libgomp.map (GOMP_critical_name_start, GOMP_critical_name_end): New.
1246 * libgomp_g.h (GOMP_ordered_start, GOMP_ordered_end): Declare.
1247
1248 2005-09-20 Diego Novillo <dnovillo@redhat.com>
1249
1250 * testsuite/libgom.dg/omp-loop01.c: Include stdio.h.
1251
1252 2005-09-20 Diego Novillo <dnovillo@redhat.com>
1253
1254 * testsuite/libgomp.dg/omp-loop01.c: New test.
1255 * testsuite/libgomp.dg/omp-loop02.c: New test.
1256
1257 2005-09-20 Jakub Jelinek <jakub@redhat.com>
1258
1259 * configure.ac (AC_PROG_FC): Add.
1260 (USE_FORTRAN): New automake conditional.
1261 * configure: Rebuilt.
1262 * Makefile.am (libgomp_la_SOURCES): Add fortran.c.
1263 (nodist_include_HEADERS): Add omp_lib.h, omp_lib.f90 and libgomp_f.h.
1264 If USE_FORTRAN, add also omp_lib.mod and omp_lib_kinds.mod.
1265 Add rules to build them.
1266 * Makefile.in: Rebuilt.
1267 * mkomp_h.pl: Compute and replace also OMP_LOCK_KIND and
1268 OMP_NEST_LOCK_KIND.
1269 * libgomp.map: Add Fortran wrappers.
1270 * libgomp_f.h.in: New file.
1271 * omp_lib.h.in: New file.
1272 * omp_lib.f90.in: New file.
1273 * fortran.c: New file.
1274 * testsuite/lib/libgomp-dg.exp: Load a few more .exp files.
1275 Append libgfortran directory to LD_LIBRARY_PATH if it exists.
1276 Add -Lpath_to_libgfortran and -lgfortran -lgfortranbegin if
1277 libgfortran has been built.
1278 * testsuite/libgomp.fortran/fortran.exp: New file.
1279 * testsuite/libgomp.fortran/omp_cond1.f: New test.
1280 * testsuite/libgomp.fortran/omp_cond2.f: New test.
1281 * testsuite/libgomp.fortran/omp_cond3.F90: New test.
1282 * testsuite/libgomp.fortran/omp_cond4.F90: New test.
1283 * testsuite/libgomp.fortran/omp_hello.f: New test.
1284 * testsuite/libgomp.fortran/omp_orphan.f: New test.
1285 * testsuite/libgomp.fortran/omp_parse1.f90: New test.
1286 * testsuite/libgomp.fortran/omp_parse2.f90: New test.
1287 * testsuite/libgomp.fortran/omp_parse3.f90: New test.
1288 * testsuite/libgomp.fortran/omp_parse4.f90: New test.
1289 * testsuite/libgomp.fortran/omp_reduction.f: New test.
1290 * testsuite/libgomp.fortran/omp_workshare1.f: New test.
1291 * testsuite/libgomp.fortran/omp_workshare2.f: New test.
1292
1293 2005-08-30 Richard Henderson <rth@redhat.com>
1294
1295 * loop.c (GOMP_loop_static_start): Provide fallback wrapper
1296 function for when aliases are not usable.
1297 (GOMP_loop_dynamic_start, GOMP_loop_guided_start,
1298 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
1299 GOMP_loop_ordered_guided_start, GOMP_loop_static_next,
1300 GOMP_loop_dynamic_next, GOMP_loop_guided_next,
1301 GOMP_loop_ordered_static_next, GOMP_loop_ordered_dynamic_next,
1302 GOMP_loop_ordered_guided_next): Likewise.
1303 * ordered.c (GOMP_ordered_start): Likewise.
1304
1305 2005-08-01 Diego Novillo <dnovillo@redhat.com>
1306
1307 * testsuite/libgomp.dg/dg.exp: Use -O2 for now.
1308 * testsuite/libgomp.dg/omp_hello.c: Fix return code
1309 * testsuite/libgomp.dg/omp_matvec.c: Likewise.
1310 * testsuite/libgomp.dg/omp_orphan.c: Likewise
1311 * testsuite/libgomp.dg/omp_reduction.c: Likewise
1312 * testsuite/libgomp.dg/omp_workshare1.c: Likewise
1313 * testsuite/libgomp.dg/omp_workshare2.c: Likewise
1314 * testsuite/libgomp.dg/omp_workshare3.c: Likewise
1315 * testsuite/libgomp.dg/omp_workshare4.c: Likewise
1316
1317 2005-07-07 Eric Christopher <echristo@redhat.com>
1318 Diego Novillo <dnovillo@redhat.com>
1319
1320 * testsuite/libgomp.dg/dg.exp: Add -fopenmp to DEFAULT_CFLAGS.
1321 * testsuite/libgomp.dg/omp_hello.c: Add standard includes, fix
1322 up code.
1323 * testsuite/libgomp.dg/omp_matvec.c: Ditto.
1324 * testsuite/libgomp.dg/omp_orphan.c: Ditto.
1325 * testsuite/libgomp.dg/omp_reduction.c: Ditto.
1326 * testsuite/libgomp.dg/omp_workshare1.c: Ditto.
1327 * testsuite/libgomp.dg/omp_workshare2.c: Ditto.
1328 * testsuite/libgomp.dg/omp_workshare3.c: Ditto.
1329 * testsuite/libgomp.dg/omp_workshare4.c: Ditto.
1330
1331 2005-06-13 Diego Novillo <dnovillo@redhat.com>
1332
1333 * TOPLEVEL.patch: Remove.
1334
1335 2005-05-16 Richard Henderson <rth@redhat.com>
1336
1337 * configure.ac: Test for clock_gettime.
1338 * config.h.in, configure: Rebuild.
1339 * config/posix/time.c: Use recommended TIME_WITH_SYS_TIME pattern.
1340 (omp_get_wtime): Use clock_gettime if available.
1341 (omp_get_wtick): Use clock_getres if available.
1342
1343 2005-05-11 Richard Henderson <rth@redhat.com>
1344
1345 * config/linux/ia64/futex.h: New file.
1346 * configure.tgt: Use it.
1347
1348 * team.c (gomp_barrier_init, gomp_barrier_destroy): Mark inline.
1349
1350 2005-05-07 Richard Henderson <rth@redhat.com>
1351
1352 * config/linux/powerpc/futex.h: New file.
1353 * configure.tgt: Use it.
1354
1355 * config/linux/i486/futex.h: Merge ...
1356 * config/linux/x86_64/futex.h: ... into ...
1357 * config/linux/x86/futex.h: ... here.
1358 * configure.tgt: Update to match.
1359
1360 2005-05-06 Richard Henderson <rth@redhat.com>
1361
1362 * config/linux/alpha/futex.h: Conditionally define SYS_futex.
1363 * config/linux/i486/futex.h: Likewise.
1364 * config/linux/x86_64/futex.h: Likewise.
1365
1366 * config/linux/lock.c: New file.
1367 * config/linux/omp-lock.h: New file.
1368
1369 * critical.c, env.h: Don't include omp.h
1370 * config/posix/lock.c: Include libgomp.h instead of omp.h.
1371 * config/posix/time.c: Likewise.
1372 * config/posix/omp-lock.h: New file.
1373 * libgomp.h: Include omp-lock.h and omp.h.
1374 * Makefile.am (nodist_include_HEADERS): New.
1375 (omp.h): New rule.
1376 * configure.ac (PERL): New.
1377 * mkomp_h.pl: New file.
1378 * omp.h.in: Rename from omp.h; replace omp_lock_t and omp_nest_lock_t
1379 with templates.
1380 * Makefile.in, configure, testsuite/Makefile.in: Rebuild.
1381
1382 * testsuite/lib/libgomp-dg.exp (libgomp_init): Add include into
1383 build directory. Re-add -march=i486 hack.
1384
1385 * testsuite/lib/libgomp-dg.exp (libgomp_compile_flags): Remove.
1386 (libgomp_link_flags): Remove.
1387 (libgomp_initialized): Remove.
1388 (libgomp_init): Don't protect from reinitialization. Copy code
1389 from libstdc++ for getting the multilib set correctly.
1390
1391 2005-05-05 Richard Henderson <rth@redhat.com>
1392
1393 * config/linux/alpha/futex.h: New file.
1394 * configure.tgt (alpha*-*-linux*): Use it.
1395
1396 * config/posix/mutex.c: New file.
1397 * config/posix/sem.c: Use libgomp.h.
1398
1399 * configure.tgt (x86_64-linux): Also test CC for -m32.
1400 * config/linux/x86_64/futex.h (futex_wait): Fix r10 usage.
1401
1402 * testsuite/lib/libgomp-dg.exp (libgomp_link_flags): Add /
1403 after $gccpath.
1404
1405 * Makefile.am (SUBDIRS): New.
1406 (libgomp_la_LDFLAGS): Add -lpthread.
1407 * configure.ac (AM_INIT_AUTOMAKE): Enable dependencies.
1408 * Makefile.in, aclocal.m4, config.h.in, configure: Rebuild.
1409
1410 * libgomp_g.h: New file.
1411 * libgomp.h: Split out all public declarations to libgomp_g.h.
1412 Use pragma GCC visibility instead of ATTRIBUTE_HIDDEN.
1413 * config/linux/mutex.h: Remove ATTRIBUTE_HIDDEN.
1414 * config/linux/sem.h: Likewise.
1415 * config/posix/sem.h: Likewise.
1416
1417 * Makefile.am (AM_LDFLAGS): New.
1418 (libgomp_version_script): Split out from ...
1419 (libgomp_la_LDFLAGS): ... here.
1420 (libgomp_version_info): New.
1421 * acinclude.m4 (LIBGOMP_CHECK_TLS): Use LIBGOMP_ENABLE.
1422 (LIBGOMP_ENABLE): New.
1423 (LIBGOMP_CHECK_LINKER_FEATURES): New.
1424 (LIBGOMP_ENABLE_SYMVERS): New.
1425 * configure.ac (AC_INIT): Version 1.0.
1426 (enable-version-specific-runtime-libs): Use LIBGOMP_ENABLE.
1427 (enable-linux-futex): Likewise. Rename from enable-futex.
1428 (libtool_VERSION): New.
1429 (LIBGOMP_ENABLE_SYMVERS): Use it.
1430 * configure.tgt: Check with_gnu_ld wrt have_tls optimizations.
1431 * Makefile.in, aclocal.m4, configure: Rebuild.
1432
1433 * config/linux/mutex.c: Include libgomp.h instead of mutex.h.
1434 (gomp_mutex_unlock_slow): Fix typo.
1435 * config/linux/sem.c: Similarly.
1436 (gomp_sem_post_slow): Fix typo.
1437 * config/linux/sem.h (gomp_sem_post_slow): Fix typo.
1438 * config/linux/i486/futex.h: Remove USE_LINUX_SYSENTER code.
1439 [__PIC__] (sys_futex0): Don't use tmp output in asm.
1440
1441 * Makefile.am (AM_CFLAGS): Expand with XCFLAGS.
1442 (libgomp_la_LDFLAGS): Add top_srcdir to path.
1443 * acinclude.m4: Copy libtool.m4 stuff from libgfortran.
1444 * configure.ac: Check for getloadavg. Substitute XCFLAGS and
1445 XLDFLAGS. Add XCFLAGS to CFLAGS around LIBGOMP_CHECK_SYNC_BUILTINS.
1446 * configure.tgt: Set XCFLAGS and XLDFLAGS instead of CFLAGS and
1447 LDFLAGS. Pull enable_futex check to top-level.
1448 * libgomp.h: Fix sem.h and mutex.h includes. Define ATTRIBUTE_HIDDEN.
1449 * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
1450
1451 First attempt at real configury.
1452 * Makefile, config.h: Remove file.
1453 * Makefile.am, Makefile.in: New file.
1454 * acinclude.m4 aclocal.m4: New file.
1455 * configure.ac, configure.tgt, configure: New file.
1456
1457 * config/posix/lock.c: Rename from sys-lock.c.
1458 * config/posix/mutex.h: Rename from sys-mutex.h.
1459 * config/posix/sem.c: Rename from sys-sem.c.
1460 * config/posix/sem.h: Rename from sys-sem.h.
1461 * config/posix/proc.c: Rename from sys-proc.c.
1462 * config/posix/time.c: Rename from sys-proc.c.
1463
1464 * config/linux/mutex.c: New file.
1465 * config/linux/mutex.h: New file.
1466 * config/linux/sem.c: New file.
1467 * config/linux/sem.h: New file.
1468 * config/linux/i486/futex.h: New file.
1469 * config/linux/x86_64/futex.h: New file.
1470
1471 2005-05-04 Richard Henderson <rth@redhat.com>
1472
1473 * iter.c (gomp_iter_dynamic_next, gomp_iter_guided_next): New.
1474 * libgomp.h: Declare them.
1475 * loop.c (gomp_loop_dynamic_start, gomp_loop_guided_start,
1476 gomp_loop_dynamic_next, gomp_loop_guided_next): Use them.
1477
1478 2005-05-04 Richard Henderson <rth@redhat.com>
1479
1480 * libgomp-1 code drop
1481
1482 2005-05-04 Richard Henderson <rth@redhat.com>
1483
1484 * iter.c (gomp_iter_static_next): Return tri-state on 0.
1485 * ordered.c (gomp_ordered_static_next): Remove not_last argument.
1486 * libgomp.h (struct gomp_team_state): Make static_trip unsigned.
1487 (gomp_iter_static_next): Update.
1488 (gomp_ordered_static_next): Update.
1489 * loop.c (gomp_loop_static_start): Update for gomp_iter_static_next.
1490 (gomp_loop_ordered_static_start): Likewise. Exit early for a
1491 totally empty range.
1492 (gomp_loop_ordered_static_next): Refine test for calling
1493 gomp_ordered_static_next.
1494 * testsuite/ordered-1.c: Add case for more threads than iterations.
1495
1496 * iter.c (gomp_iter_runtime_next_locked): Remove.
1497 * loop.c (gomp_loop_static_start, gomp_loop_dynamic_start,
1498 gomp_loop_guided_start, gomp_loop_ordered_static_start,
1499 gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
1500 gomp_loop_static_next, gomp_loop_dynamic_next, gomp_loop_guided_next,
1501 gomp_loop_ordered_static_next, gomp_loop_ordered_dynamic_next,
1502 gomp_loop_ordered_guided_next): Downcase name, make static, add
1503 an external alias with the old name.
1504 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
1505 GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Use a
1506 switch and call one of the above static functions.
1507 * libgomp.h: Update.
1508
1509 * work.c (gomp_work_share_start): Lock the mutex for !first too.
1510 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start,
1511 GOMP_loop_guided_start, GOMP_loop_runtime_start,
1512 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
1513 GOMP_loop_ordered_guided_start): Update to match.
1514 * sections.c (GOMP_sections_start): Likewise.
1515 * single.c (GOMP_single_start, GOMP_single_copy_start): Likewise.
1516
1517 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
1518 gomp_ordered_static_init, gomp_ordered_static_next): Rename s/_loop//.
1519 Use bounds check instead of modulus.
1520 (gomp_ordered_sync): Split out of GOMP_ordered_start.
1521 (gomp_ordered_last): Don't sync with ordered_owner here.
1522 (gomp_ordered_next): Likewise.
1523 (gomp_ordered_static_loop_next): Likewise.
1524 * loop.c, libgomp.h: Update to match.
1525
1526 * libgomp.h (GOMP_barrier): Declare.
1527
1528 * testsuite/barrier-1.c: New file.
1529 * testsuite/critical-1.c: New file.
1530 * testsuite/ordered-2.c: New file.
1531 * testsuite/ordered-1.c: New file.
1532 * testsuite/sections-1.c: New file.
1533 * testsuite/single-1.c: New file.
1534 * testsuite/Makefile (TESTS): Add them.
1535
1536 2005-05-04 Richard Henderson <rth@redhat.com>
1537
1538 * libgomp.h (struct gomp_work_share): Add ordered_owner.
1539 * loop.c (GOMP_loop_static_start): If not the startup thread,
1540 acquire the mutex to wait for initialization complete.
1541 (GOMP_loop_ordered_static_start): Likewise.
1542 (GOMP_loop_ordered_runtime_start): Likewise.
1543 (GOMP_loop_ordered_static_first): Remove.
1544 (GOMP_loop_ordered_dynamic_first): Remove.
1545 (GOMP_loop_ordered_guided_first): Remove.
1546 (GOMP_loop_ordered_runtime_first): Remove.
1547 * ordered.c (gomp_ordered_loop_first): Post to own release when
1548 we're the first thread.
1549 (gomp_ordered_loop_last): Wait on release if not owner.
1550 (gomp_ordered_loop_next): Likewise.
1551 (gomp_ordered_static_loop_init): New.
1552 (gomp_ordered_static_loop_next): Use ordered_owner.
1553 (GOMP_ordered_start): Likewise.
1554 * work.c (gomp_new_work_share): Initialize ordered_owner.
1555
1556 2005-05-03 Richard Henderson <rth@redhat.com>
1557
1558 * Makefile (OPT): New.
1559 (CFLAGS): Use it.
1560
1561 * loop.c (GOMP_loop_end, GOMP_loop_end_nowait): New.
1562 * sections.c (GOMP_sections_end, GOMP_sections_end_nowait): New.
1563 * libgomp.h, libgomp.map, NOTES: Update to match.
1564
1565 * team.c (struct gomp_thread_start_data): Remove ts, fn, data.
1566 Add initialized and thr members.
1567 (gomp_thread_start): Pause when initially spawned to wait for
1568 the whole team to be created.
1569 (gomp_team_start): Release team members at the end.
1570
1571 * testsuite/loop-1.c (N): New. Use it instead of hardcoded 100.
1572 (f_foo_1): Use GOMP_loop_end.
1573 (f_foo_2): Use GOMP_loop_end_nowait.
1574
1575 * testsuite/loop-2.c: New file.
1576 * testsuite/Makefile (TESTS): Add it.
1577
1578 2005-05-03 Richard Henderson <rth@redhat.com>
1579
1580 * iter.c (gomp_iter_static_next): Fix overflow check typo.
1581 (gomp_iter_dynamic_next_locked): Fix overflow check thinko.
1582 * team.c (new_team): Initialize oldest_live_gen to 1 if no
1583 initial work_share.
1584
1585 * testsuite/Makefile: New file.
1586 * testsuite/loop-1.c: New file.
1587
1588 2005-05-03 Richard Henderson <rth@redhat.com>
1589
1590 Initial implementation and checkin.