OSDN Git Service

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