Newer
Older
Jack Howarth
committed
2007-08-15 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/32765
* testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
* testsuite/libgomp.fortran/crayptr2.f90: Likwise.
2007-07-12 Jakub Jelinek <jakub@redhat.com>
PR fortran/32550
* testsuite/libgomp.fortran/pr32550.f90: New test.
* testsuite/libgomp.fortran/crayptr2.f90: New test.
2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
* aclocal.m4: Regenerated.
Tobias Burnus
committed
2007-07-05 Tobias Burnus <burnus@net-b.de>
PR fortran/32359
* testsuite/libgomp.fortran/pr32359.f90: New.
Jakub Jelinek
committed
2007-07-02 Jakub Jelinek <jakub@redhat.com>
PR libgomp/32468
* sections.c (GOMP_parallel_sections_start): Only decrease
number of threads to COUNT if dyn_var is true.
* testsuite/libgomp.c/pr32468.c: New test.
2007-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR libgomp/26308
* config/posix/lock.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
Jakub Jelinek
committed
2007-06-21 Jakub Jelinek <jakub@redhat.com>
PR middle-end/32362
* testsuite/libgomp.c/pr32362-1.c: New test.
* testsuite/libgomp.c/pr32362-2.c: New test.
* testsuite/libgomp.c/pr32362-3.c: New test.
2007-06-07 Jakub Jelinek <jakub@redhat.com>
* team.c (gomp_team_start): Fix setting up thread_attr
stack size.
2007-06-02 Paolo Bonzini <bonzini@gnu.org>
* configure: Regenerate.
2007-05-23 Steve Ellcey <sje@cup.hp.com>
* Makefile.in: Regenerate.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* testsuite/Makefile.in: Regenerate.
2007-05-04 Jakub Jelinek <jakub@redhat.com>
* config/linux/proc.c: New file.
PR libgomp/28482
* configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
2007-04-19 Daniel Franke <franke.daniel@gmail.com>
* libgomp.texi (GOMP_CPU_AFFINITY): Updated.
Matthias Klose
committed
2007-04-16 Matthias Klose <doko@debian.org>
* configure.tgt (i[456]86-*-linux*): Only add ia32 specific
flags if not building with -m64.
* testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
flag for i?86-*-* targets, if current target matches -m64.
2007-04-14 Steve Ellcey <sje@cup.hp.com>
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
2007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/31369
* testsuite/libgomp.c++/c++.exp: Don't use concat when setting
ld_library_path.
* testsuite/libgomp.fortran/fortran.exp: Likewise.
2007-04-04 Jakub Jelinek <jakub@redhat.com>
* libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
decls.
(gomp_init_affinity, gomp_init_thread_affinity): New prototypes.
* env.c (gomp_cpu_affinity, gomp_cpu_affinity_len): New variables.
(parse_affinity): New function.
(initialize_env): Call it and gomp_init_affinity.
* team.c (gomp_team_start): If gomp_cpu_affinity != NULL,
create new pthread_attr_t and call gomp_init_thread_affinity
on it for each thread before passing the attribute to pthread_create.
* config/linux/affinity.c: New file.
* config/posix/affinity.c: New file.
* configure.ac (HAVE_PTHREAD_AFFINITY_NP): New test.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* Makefile.am (libgomp_la_SOURCES): Add affinity.c.
* Makefile.in: Rebuilt.
2007-03-23 Andreas Tobler <a.tobler@schweiz.org>
* testsuite/lib/libgomp.exp (libgomp_init): Add -shared-libgcc for
*-*-darwin*.
* testsuite/libgomp.c++/c++.exp: Look for shared libstdc++ library
and use it if found.
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
2007-03-18 Uros Bizjak <ubizjak@gmail.com>
* testsuite/config/default.exp: New file.
* testsuite/lib/libgomp.exp: New file.
* testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
load_lib *, load_gcc_lib *): Move to libgomp.exp.
(libgomp_load): Remove.
* testsuite/lib/libgomp.exp (libgomp_init): Compute
always_ld_library_path, not ld_library_path. Set additional_flags
to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
(target_compile): Do not call libgomp_init. Append lang_library_path
and lang_link_flags to options.
* testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2. Set
ld_library_path from always_ld_library_path. Set LD_LIBRARY_PATH
here.
* testsuite/libgomp.c++/c++.exp: Set ld_library_path from
always_ld_library_path. Set LD_LIBRARY_PATH here.
* testsuite/libgomp.fortran/fortran.exp: Ditto.
* testsuite/libgomp.c/atomic-1.c: Set dg-options to
"-O2 -march=pentium" for ilp32 x86 targets. Simplify check for
CX8 flag.
* testsuite/libgomp.c/atomic-2.c: Set dg-options to "-O2 -mcx16" for
lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
* testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
* testsuite/libgomp.c/pr29947-1.c: Ditto.
* testsuite/libgomp.c/atomic-10.c: Ditto.
2007-03-21 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
dg-final cleanup-modules line.
* testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
* testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
* testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
* testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
* testsuite/libgomp.fortran/reduction5.f90: Likewise.
* testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
* testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
2007-03-18 Andreas Schwab <schwab@suse.de>
* acinclude.m4: Adjust regular expression for ld version
extraction.
* configure: Regenerate.
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.am: Add install-pdf target as copied from
automake v1.10 rules.
* Makefile.in: Regenerate
2007-02-07 Jakub Jelinek <jakub@redhat.com>
PR c++/30703
* testsuite/libgomp.c++/pr30703.C: New test.
2007-02-02 Jakub Jelinek <jakub@redhat.com>
Revert:
2006-07-05 Eric Christopher <echristo@apple.com>
* configure.ac: Depend addition of -pthread on host OS.
* configure: Regenerate.
2007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libgomp.texi: Fix spacing after abbreviations.
Daniel Franke
committed
2007-01-31 Daniel Franke <franke.daniel@gmail.com>
PR libgomp/30546
* configure.ac: Add check for makeinfo
* Makefile.am: Redefined target libgomp.info, build libgomp.info only
if an appropiate version of makeinfo is found.
* aclocal.m4: Regenerated.
* configure: Regenerated.
* Makefile.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
Daniel Franke
committed
2007-01-29 Daniel Franke <franke.daniel@gmail.com>
PR libgomp/30540
* libgomp.texi: More about implementation-dependent settings.
2007-01-26 Tobias Burnus <burnus@net-b.de>
* testsuite/libgomp.fortran/fortran.exp: Support .f03 extension.
2007-01-24 Jakub Jelinek <jakub@redhat.com>
PR middle-end/30494
* testsuite/libgomp.c/pr30494.c: New test.
2007-01-15 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.ac: Fixed comment.
Daniel Franke
committed
2007-01-14 Daniel Franke <franke.daniel@gmail.com>
* libgomp.texi: Document implementation specific default values of
environment variables.
Daniel Franke
committed
2006-12-21 Daniel Franke <franke.daniel@gmail.com>
PR libgomp/28209
* libgomp.texi: New file.
* configure.ac: Add --enable-generated-files-in-srcdir option.
* Makefile.am: Add info, dvi, pdf, html targets. On request, copy
files to srcdir.
* Makefile.in: Regenerated.
* config.h.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
* NOTES: Removed.
Daniel Franke
committed
2006-12-04 Daniel Franke <franke.daniel@gmail.com>
PR libgomp/29949
* env.c (omp_set_num_threads): Set illegal thread count to 1.
Eric Botcazou
committed
2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
* configure: Regenerate.
2006-12-04 Jakub Jelinek <jakub@redhat.com>
PR libgomp/29947
* loop.c (gomp_loop_init): Make parameters signed. Set ws->end to
start if there shouldn't be any loop iterations.
(gomp_loop_ordered_static_start): Remove start == end test.
* testsuite/libgomp.c/pr29947-1.c: New test.
* testsuite/libgomp.c/pr29947-2.c: New test.
2006-12-02 Eric Botcazou <ebotcazou@libertysurf.fr>
* configure.tgt: Force initial-exec TLS model on Linux only.
2006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
* configure: Regenerated.
2006-11-09 Uros Bizjak <ubizjak@gmail.com>
* env.c (parse_schedule): Reject out of range values.
(parse_unsigned_long): Reject out of range, negative or zero values.
Jakub Jelinek
committed
2006-10-29 Jakub Jelinek <jakub@redhat.com>
PR fortran/29629
* testsuite/libgomp.fortran/pr29629.f90: New test.
Eric Botcazou
committed
2006-10-24 Eric Botcazou <ebotcazou@libertysurf.fr>
PR libgomp/29494
* configure.tgt: Use posix95 configuration for Solaris 2.5.1 and 2.6.
* config/posix95: New directory.
* config/posix95/omp-lock.h: New file.
* config/posix95/lock.c: Likewise.
2006-10-14 Geoffrey Keating <geoffk@apple.com>
* aclocal.m4: Regenerate.
* configure: Regenerate.
2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
* testsuite/libgomp.c/barrier-1.c: Change timestamp tests from
'<' to '<='.
2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
* acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from
test.
* configure: Regenerate.
* fortran.c (ialias_redirect): Add __USER_LABEL_PREFIX__ to alias.
2006-09-26 Jakub Jelinek <jakub@redhat.com>
Jakub Jelinek
committed
PR middle-end/25261
PR middle-end/28790
* testsuite/libgomp.c/nestedfn-4.c: New test.
* testsuite/libgomp.c/nestedfn-5.c: New test.
* testsuite/libgomp.fortran/nestedfn3.f90: New test.
PR fortran/29097
* testsuite/libgomp.fortran/condinc1.f: New test.
* testsuite/libgomp.fortran/condinc2.f: New test.
* testsuite/libgomp.fortran/condinc3.f90: New test.
* testsuite/libgomp.fortran/condinc4.f90: New test.
* testsuite/libgomp.fortran/condinc1.inc: New file.
2006-09-18 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
2006-09-13 Joseph S. Myers <joseph@codesourcery.com>
PR c/28768
PR preprocessor/14634
* configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
to AC_DEFINE.
* configure: Regenerate.
2006-09-08 Steven G. Kargl <kargl@gcc.gnu.org>
* testsuite/libgomp.fortran/reduction3.f90: Change
-2147483648 to -huge(i)-1 to avoid overflow.
* testsuite/libgomp.fortran/reduction4.f90: Change
Z'ffffffff' to not(0) to avoid overflow.
Joseph Myers
committed
2006-08-26 Joseph S. Myers <joseph@codesourcery.com>
PR libgomp/25938
* Makefile.am (libsubincludedir): New.
(nodist_include_HEADERS): Rename to nodist_libsubinclude_HEADERS.
* Makefile.in: Regenerate.
2006-08-17 Jakub Jelinek <jakub@redhat.com>
PR libgomp/28725
* env.c: Include ctype.h.
(parse_schedule, parse_unsigned_long, parse_boolean): Allow
leading and/or trailing whitespace and compare strings case
insensitively.
2006-07-16 Jakub Jelinek <jakub@redhat.com>
PR fortran/28390
* testsuite/libgomp.fortran/pr28390.f: New test.
2006-07-05 Eric Christopher <echristo@apple.com>
* configure.ac: Depend addition of -pthread on host OS.
* configure: Regenerate.
2006-06-21 Jakub Jelinek <jakub@redhat.com>
* critical.c (GOMP_critical_name_start): Fix *pptr initialization
when gomp_mutex_t is larger than pointer and HAVE_SYNC_BUILTINS is
defined.
Jakub Jelinek
committed
2006-06-20 Jakub Jelinek <jakub@redhat.com>
PR libgomp/26175
PR libgomp/26477
* configure.ac: If neither --enable-linux-futex nor
--disable-linux-futex is passed, determine the default by checking
for compiling and/or running against NPTL. With --enable-linux-futex,
check if SYS_gettid and SYS_futex are defined.
* configure: Rebuilt.
Richard Henderson
committed
2006-06-14 Richard Henderson <rth@redhat.com>
PR libgomp/28008
* env.c (initialize_env): Avoid using PTHREAD_STACK_MIN when
undefined. Use GOMP_STACKSIZE not OMP_STACKSIZE for environment.
2006-06-09 Richard Henderson <rth@redhat.com>
* env.c (gomp_nthreads_var): Change to unsigned long.
(gomp_run_sched_chunk): Likewise.
(parse_unsigned_long): Rename from parse_num_threads and generalize.
(initialize_env): Initialize gomp_thread_attr.
* libgomp.h (gomp_nthreads_var): Update decl.
(gomp_run_sched_chunk): Likewise.
(gomp_thread_attr): Declare.
* team.c (gomp_thread_attr): Export.
(initialize_team): Don't initialize it.
2006-06-09 Jakub Jelinek <jakub@redhat.com>
PR fortran/27916
* testsuite/libgomp.fortran/pr27916-1.f90: New test.
* testsuite/libgomp.fortran/pr27916-2.f90: New test.
2006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* config/mingw32/time.c: New file.
* configure.tgt: Use it.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
2006-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR libgomp/27612
* testsuite/libgomp.c/sections-1.c: Require sync_int_long.
* testsuite/libgomp.c/critical-1.c: Likewise.
* testsuite/libgomp.c/loop-1.c: Likewise.
* testsuite/libgomp.c/loop-2.c: Likewise.
* testsuite/libgomp.c/single-1.c: Likewise.
* testsuite/libgomp.c/ordered-1.c: Likewise.
* testsuite/libgomp.c/ordered-2.c: Likewise.
2006-05-15 Jakub Jelinek <jakub@redhat.com>
PR middle-end/27416
* libgomp.fortran/pr27416-1.f90: New test.
Jakub Jelinek
committed
2006-05-03 Jakub Jelinek <jakub@redhat.com>
PR fortran/27395
* testsuite/libgomp.fortran/pr27395-1.f90: New test.
* testsuite/libgomp.fortran/pr27395-2.f90: New test.
Jakub Jelinek
committed
2006-05-02 Jakub Jelinek <jakub@redhat.com>
PR c++/26943
* testsuite/libgomp.c/pr26943-1.c: New test.
* testsuite/libgomp.c/pr26943-2.c: New test.
* testsuite/libgomp.c/pr26943-3.c: New test.
* testsuite/libgomp.c/pr26943-4.c: New test.
* testsuite/libgomp.c++/pr27337.C: Remove barrier.
* testsuite/libgomp.c++/pr26943.C: New test.
2006-05-02 Jakub Jelinek <jakub@redhat.com>
PR middle-end/27337
* testsuite/libgomp.c++/pr27337.C: New test.
2006-04-26 Jakub Jelinek <jakub@redhat.com>
PR c/26171
* testsuite/libgomp.c/pr26171.c: New test.
2006-04-25 Richard Henderson <rth@redhat.com>
PR libgomp/25865
* configure.ac: Use GCC_CHECK_TLS.
* acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
* Makefile.in, aclocal.m4, configure: Regenerate.
Matthias Klose
committed
2006-04-10 Matthias Klose <doko@debian.org>
* testsuite/lib/libgomp.exp (libgomp_init): Recognize multilib
directory names containing underscores.
2006-03-21 Jakub Jelinek <jakub@redhat.com>
PR c++/26691
* testsuite/libgomp.c++/pr26691.C: New test.
Jakub Jelinek
committed
2006-03-13 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/retval2.f90: New test.
2006-03-09 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.c++: New directory.
2006-02-25 Shantonu Sen <ssen@opendarwin.org>
* config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions.
* config/posix/sem.c: Implement the above.
2006-02-25 Andreas Tobler <a.tobler@schweiz.ch>
* configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and
define HAVE_BROKEN_POSIX_SEMAPHORES.
* configure: Rebuilt.
* config.h.in: Rebuilt.
Francois-Xavier Coudert
committed
2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR bootstrap/26161
* configure.ac: Remove AC_CHECK_HEADER for pthread.h. Add comment
for the other pthread check.
* configure: Regenerate.
* config.h.in: Regenerate.
Jakub Jelinek
committed
2006-02-15 Jakub Jelinek <jakub@redhat.com>
PR libgomp/25938
PR libgomp/25984
* Makefile.am (fincludedir): New variable.
(nodist_include_HEADERS): Remove Fortran files.
(nodist_finclude_HEADERS): New variable.
* Makefile.in: Regenerated.
2006-02-13 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
Remove tests for returning assumed character length arrays.
2006-02-12 Roger Sayle <roger@eyesopen.com>
John David Anglin <dave@hiauly1.hia.nrc.ca>
PR libgomp/25936
* configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
2006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
* testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
Eric Botcazou
committed
2006-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
* testsuite/lib/libgomp-dg.exp (libgomp_init): Compute multilib related
part of LD_LIBRARY_PATH manually.
H.J. Lu
committed
2006-02-03 H.J. Lu <hongjiu.lu@intel.com>
PR libgomp/25852
* testsuite/lib/libgomp-dg.exp (blddir): Set it in
libgomp_init.
2005-01-25 Paolo Bonzini <bonzini@gnu.org>
PR libgomp/25884
H.J. Lu
committed
* Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
* configure.ac (PERL): Don't set.
(gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
(OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
* omp.h.in: Wrap the new configure substitutions with @ characters.
* omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
* aclocal.m4, configure, Makefile.in: Regenerate.
* mkomp_h.pl: Delete.
2005-01-24 Paolo Bonzini <bonzini@gnu.org>
PR libgomp/25259
* configure.ac: Use GCC_HEADER_STDINT.
* libgomp.h: Include gstdint.h.
* libgomp_f.h.in: Don't include stdint.h or inttypes.h.
* configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
2006-01-24 Richard Henderson <rth@redhat.com>
PR libgomp/25942
* configure.ac: Add AM_MAINTAINER_MODE.
* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
2006-01-24 Diego Novillo <dnovillo@redhat.com>
* Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
2006-01-23 Andreas Tobler <a.tobler@schweiz.ch>
* config/posix/proc.c: Conditional include of sys/loadavg.h for
Solaris.
* configure.ac: Add check for loadavg.h.
(link_gomp): Adjust comment.
* configure: Regenerate.
* config.h.in: Regenerate.
Steve Ellcey
committed
2006-01-21 Steve Ellcey <sje@cup.hp.com>
PR libgomp/25877
* configure.ac: Remove check for alloca.h.
* configure: Regenerate.
* config.h.in: Regenerate.
* libgomp.h: define gomp_alloca to be __builtin_alloca.
* team.c: Remove use of alloca.h.
Call gomp_alloca instead of alloca.
Steve Ellcey
committed
2006-01-20 Steve Ellcey <sje@cup.hp.com>
PR libgomp/25877
* team.c: Add include of alloca.h.
* configure.ac: Add check for alloca.h.
* configure: Regenerate.
* config.h.in: Regenerate.
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2006-01-17 Jakub Jelinek <jakub@redhat.com>
PR fortran/25219
* testsuite/libgomp.fortran/pr25219.f90: New test.
2005-12-05 Uros Bizjak <uros@kss-loka.si>
* testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c,
testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c,
testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C,
testsuite/libgomp.fortran/threadprivate1.f90,
testsuite/libgomp.fortran/threadprivate2.f90,
testsuite/libgomp.fortran/threadprivate3.f90,
testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
testsuite/libgomp.fortran/omp_parse3.f90: Change required
effective-target to TLS runtime.
* testsuite/libgomp.fortran/pr25162.f: Require
effective-target TLS runtime.
2005-12-01 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/nestedfn2.f90: New test.
* testsuite/libgomp.c/nestedfn-3.c: New test.
2005-11-30 Jakub Jelinek <jakub@redhat.com>
PR fortran/25162
* testsuite/libgomp.fortran/pr25162.f: New test.
2005-11-28 Jakub Jelinek <jakub@redhat.com>
* config/posix/time.c (omp_get_wtime, omp_get_wtick): Fall back to
CLOCK_REALTIME if clock_* (CLOCK_MONOTONIC, &ts) call failed.
2005-11-25 Jakub Jelinek <jakub@redhat.com>
* alloc.c, barrier.c, critical.c, env.c, error.c, fortran.c, iter.c,
libgomp.h, libgomp_f.h.in, libgomp_g.h, loop.c, mkomp_h.pl, omp.h.in,
omp_lib.f90.in, omp_lib.h.in, ordered.c, parallel.c, sections.c,
single.c, team.c, work.c, config/linux/alpha/futex.h,
config/linux/bar.c, config/linux/bar.h, config/linux/ia64/futex.h,
config/linux/lock.c, config/linux/mutex.c, config/linux/mutex.h,
config/linux/powerpc/futex.h, config/linux/s390/futex.h,
config/linux/sem.c, config/linux/sem.h, config/linux/sparc/futex.h,
config/linux/x86/futex.h, config/posix/bar.c, config/posix/bar.h,
config/posix/lock.c, config/posix/mutex.h, config/posix/proc.c,
config/posix/sem.c, config/posix/sem.h, config/posix/time.c: Update
FSF address.
2005-11-18 Jakub Jelinek <jakub@redhat.com>
* Makefile.am: Move libgomp_f.h from nodist_include_HEADERS
to nodist_noinst_HEADERS.
* Makefile.in: Rebuilt.
* config/posix/omp-lock.h (omp_nest_lock_t): Change into struct,
add integer count field.
* config/posix/lock.c (omp_destroy_nest_lock): Adjust for
omp_nest_lock_t type change.
(omp_init_nest_lock): Likewise. Initialize count to 0.
(omp_set_nest_lock): Adjust for omp_nest_lock_t type change.
Increment count.
(omp_unset_nest_lock): Adjust for omp_nest_lock_t type change.
Decrement count.
(omp_test_nest_lock): Adjust for omp_nest_lock_t type change.
Increment count if successful and return the new nesting level.
* config/linux/lock.c (omp_test_nest_lock): Return new nesting level.
* omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.
* testsuite/libgomp.c/lib-1.c: New test.
* testsuite/libgomp.fortran/lib1.f90: New test.
* testsuite/libgomp.fortran/lib2.f: New test.
* testsuite/libgomp.fortran/lib3.f: New test.
2005-11-17 Richard Henderson <rth@redhat.com>
PR 24845
* Makefile.am (nodist_toolexeclib_HEADERS): New.
* configure.ac (link_gomp): New. Substitute it.
(AC_CONFIG_FILES): Add libgomp.spec.
* libgomp.spec.in: New file.
* Makefile.in, testsuite/Makefile.in, configure: Rebuild.
* testsuite/lib/libgomp-dg.exp: Add -B${blddir}/ to flags.
2005-11-18 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/reduction1.f90: Adjust for
reduction(-:var) behaving the same as reduction(+:var).
* testsuite/libgomp.c/reduction-4.c: New test.
2005-11-15 Uros Bizjak <uros@kss-loka.si>
* testsuite/libgomp.c/pr24455-1.c, testsuite/libgomp.c/pr24455.c,
testsuite/libgomp.c/copyin-1.c, testsuite/libgomp.c/copyin-2.c,
testsuite/libgomp.c/copyin-3.c,
testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455-1.C,
testsuite/libgomp.c++/pr24455.C,
testsuite/libgomp.fortran/threadprivate1.f90,
testsuite/libgomp.fortran/threadprivate2.f90,
testsuite/libgomp.fortran/threadprivate3.f90,
testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
testsuite/libgomp.fortran/omp_parse3.f90: Require
effective-target TLS.
2005-11-14 Diego Novillo <dnovillo@redhat.com>
* HEADER: Remove.
2005-11-13 Jakub Jelinek <jakub@redhat.com>
PR libgomp/24797
* team.c (initialize_team): Pass NULL rather than free as
pthread_key_create destructor. Initialize thread specific data
pointer in initial thread to a static local variable rather than
malloced memory.
2005-11-11 Uros Bizjak <uros@kss-loka.si>
* testsuite/lib/libgomp-dg.exp: Locate libgcc.a and append
its location to ld_library_path.
2005-11-10 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.c/c.exp: Rename from dg.exp.
2005-11-10 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.c: Rename from libgomp.dg.
2005-11-09 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.c++/pr24455.C: Add copyin clause for
threadprivate variable 'i'.
2005-11-09 Jakub Jelinek <jakub@redhat.com>
* config/linux/s390/futex.h: New file.
* configure.tgt: Use it.
* testsuite/libgomp.fortran/omp_parse4.f90: Move n initialization
before the parallel.
2005-11-08 Jakub Jelinek <jakub@redhat.com>
PR c++/24734
* testsuite/libgomp.c++/master-1.C: New test.
2005-11-07 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.dg/copyin-3.c: New test.
2005-11-07 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/retval1.f90: New test.
* testsuite/libgomp.fortran/vla7.f90: New test.
2005-11-06 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/vla2.f90: New test.
* testsuite/libgomp.fortran/vla3.f90: New test.
* testsuite/libgomp.fortran/vla4.f90: New test.
* testsuite/libgomp.fortran/vla5.f90: New test.
* testsuite/libgomp.fortran/vla6.f90: New test.
2005-11-01 Jakub Jelinek <jakub@redhat.com>
* config/linux/sparc/futex.h: New file.
* configure.tgt: Use it.
* testsuite/lib/libgomp-dg.exp: Use -mcpu=v9 for sparc testing.
* critical.c: Include stdlib.h.
* acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Avoid warnings about
ignoring return value.
* configure.ac: Don't put -Wc,-pthread into XCFLAGS until after
LIBGOMP_CHECK_SYNC_BUILTINS check.
* configure: Rebuilt.
2005-10-31 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/vla1.f90: New test.
2005-10-31 Richard Henderson <rth@redhat.com>
* testsuite/libgomp.fortran/character2.f90: Fix race condition
setting 's' in different threads.
2005-10-31 Jakub Jelinek <jakub@redhat.com>
* libgomp.h (attribute_hidden, ialias): Define.
* config/posix/proc.c (omp_get_num_procs): Add ialias.
* config/posix/time.c (omp_get_wtime, omp_get_wtick): Likewise.
* config/posix/lock.c (omp_init_lock, omp_init_nest_lock,
omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
omp_test_lock, omp_test_nest_lock): Likewise.
* config/linux/lock.c (omp_init_lock, omp_init_nest_lock,
omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
omp_test_lock, omp_test_nest_lock): Likewise.
* env.c (omp_set_dynamic, omp_set_nested, omp_set_num_threads,
omp_get_dynamic, omp_get_nested): Likewise.
* parallel.c (omp_get_num_threads, omp_get_max_threads,
omp_get_thread_num, omp_in_parallel): Likewise.
* fortran.c (ialias_redirect): Define.
(omp_init_lock, omp_init_nest_lock, omp_destroy_lock,
omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock,
omp_unset_lock, omp_unset_nest_lock, omp_test_lock,
omp_test_nest_lock, omp_set_dynamic, omp_set_nested,
omp_set_num_threads, omp_get_dynamic, omp_get_nested,
omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
omp_get_num_threads, omp_get_thread_num, omp_get_wtick,
omp_get_wtime): Add ialias_redirect.
2005-10-30 Jakub Jelinek <jakub@redhat.com>
* fortran.c: Include stdlib.h.
2005-10-29 Jakub Jelinek <jakub@redhat.com>
* Makefile.am (env.o, env.lo): Depend on libgomp_f.h.
* Makefile.in: Regenerated.
2005-10-28 Jakub Jelinek <jakub@redhat.com>
* mkomp_h.pl: Remove all -Wc, option prefixes in $COMPILE.
* libgomp_f.h.in (omp_check_defines): New function.
* env.c: Include libgomp_f.h.
(initialize_env): Call omp_check_defines.
* testsuite/libgomp.dg/copyin-2.c: New test.
* testsuite/libgomp.c++/copyin-2.C: New test.
* testsuite/libgomp.fortran/threadprivate3.f90: New test.
* testsuite/libgomp.fortran/threadprivate2.f90: New test.
* testsuite/libgomp.fortran/sharing2.f90: New test.
* testsuite/libgomp.dg/copyin-1.c: New test.
* testsuite/libgomp.c++/copyin-1.C: New test.
2005-10-26 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/crayptr1.f90: New test.
* testsuite/libgomp.fortran/workshare1.f90: New test.
* libgomp.fortran/appendix-a/a.28.5.f90: Change into compile
only test.
* libgomp.fortran/sharing1.f90: New test.
2005-10-24 Jakub Jelinek <jakub@redhat.com>
PR c++/24502
* testsuite/libgomp.c++/loop-7.C: New test.
* testsuite/libgomp.dg/nestedfn-2.c: New test.
* testsuite/libgomp.dg/nestedfn-1.c: New test.
* testsuite/libgomp.fortran/reduction6.f90: New test.
* testsuite/libgomp.fortran/nestedfn1.f90: New test.
2005-10-23 Richard Henderson <rth@redhat.com>
* testsuite/libgomp.c++/ctor-1.C: New.
* testsuite/libgomp.c++/ctor-2.C: New.
* testsuite/libgomp.c++/ctor-3.C: New.
* testsuite/libgomp.c++/ctor-4.C: New.
* testsuite/libgomp.c++/ctor-5.C: New.
* testsuite/libgomp.c++/ctor-6.C: New.
* testsuite/libgomp.c++/ctor-7.C: New.
* testsuite/libgomp.c++/ctor-8.C: New.
* testsuite/libgomp.c++/ctor-9.C: New.
2005-10-21 Diego Novillo <dnovillo@redhat.com>
PR 24455
* testsuite/libgomp.c++/pr24455-1.C: New test.
* testsuite/libgomp.c++/pr24455.C: New test.
* testsuite/libgomp.dg/pr24455-1.c: New test.
* testsuite/libgomp.dg/pr24455.c: New test.
2005-10-20 Richard Henderson <rth@redhat.com>
* testsuite/libgomp.c++/loop-6.C: New.
* testsuite/libgomp.dg/loop-3.c: New.
2005-10-20 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/jacobi.f: Don't make i and j
explicitly private.
* testsuite/libgomp.fortran/omp_parse1.f90 (test_do): Make i
explicitly shared.
2005-10-19 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.fortran/jacobi.f: New test.
2005-10-19 Richard Henderson <rth@redhat.com>
* configure.tgt (i?86-linux): Default to with_arch instead of
CFLAGS. Add -mtune to match target_cpu.
(x86_64-linux): Tune to i686.
* fortran.c (omp_test_nest_lock_): Fix typo.
2005-10-19 Jakub Jelinek <jakub@redhat.com>
* ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
gomp_ordered_sync): Do nothing if team->nthreads == 1.
* testsuite/libgomp.dg/ordered-3.c: New test.
* testsuite/libgomp.dg/appendix-a/a.18.1.c: Remove unconditional abort.
Remove volatile keyword.
* testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Reorder variables
in COMMON block to avoid warnings on 64-bit targets.
2005-10-18 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.dg/shared-3.c: New test.
2005-10-18 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/appendix-a/a.31.3.f90: Removed.
* testsuite/libgomp.fortran/reduction5.f90: New test.
2005-10-18 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Add -ffixed-form to
dg-options.
* testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise. Enable
flush loop now that __sync_synchronize has proper memory barrier.
* testsuite/libgomp.fortran/appendix-a/a.3.1.f90: Fix a typo.
Add -ffixed-form to dg-options.
2005-10-17 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.fortran/fortran.exp: Also gather tests
from subdirectories.
* testsuite/libgomp.fortran/appendix-a/a.15.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.16.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.18.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.19.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.2.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.21.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.22.7.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.22.8.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.26.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.28.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.28.2.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.28.3.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.28.4.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.28.5.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.3.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.31.3.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.31.4.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.31.5.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.33.3.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.38.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.39.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.4.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.40.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a.5.1.f90: New test.
* testsuite/libgomp.fortran/appendix-a/a10.1.f90: New test.
2005-10-17 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.dg/dg.exp: Only unset lang_* if
lang_library_path exists. Use find instead of glob to gather tests.
* testsuite/libgomp.dg/appendix-a/appendix-a.exp: Removed.
2005-10-17 Diego Novillo <dnovillo@redhat.com>
* testsuite/libgomp.dg/appendix-a/a.15.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.16.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.18.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.19.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.2.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.21.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.26.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.29.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.3.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.39.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.4.1.c: New test.
* testsuite/libgomp.dg/appendix-a/a.5.1.c: New test.
* testsuite/libgomp.dg/appendix-a/appendix-a.exp: New file.
2005-10-15 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.dg/vla-1.c: New test.
* testsuite/libgomp.fortran/reference2.f90: New test.
* testsuite/libgomp.fortran/character2.f90: Remove explicit
declaration of omp_get_thread_num.
* testsuite/libgomp.fortran/threadprivate1.f90: Likewise. Add
use omp_lib.
* testsuite/libgomp.fortran/reduction1.f90: New test.
* testsuite/libgomp.fortran/reduction2.f90: New test.
* testsuite/libgomp.fortran/reduction3.f90: New test.
* testsuite/libgomp.fortran/reduction4.f90: New test.
2005-10-13 Richard Henderson <rth@redhat.com>
* Makefile.am (libgomp_la_SOURCES): Add bar.c.
* Makefile.in: Regenerate.
* barrier.c (GOMP_barrier): Use gomp_barrier_wait.
* libgomp.h: Include bar.h.
(struct gomp_barrier): Remove.
(struct gomp_team): Add barrier. Replace master_barrier with
master_release. Replace threads with ordered_release.
(struct gomp_thread): Replace barrier with release.