diff options
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 00b4ce1ba89..e61756158a5 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,40 @@ +2014-01-02 Richard Sandiford <rdsandiford@googlemail.com> + + Update copyright years + +2014-01-02 Richard Sandiford <rdsandiford@googlemail.com> + + * hashtab.h: Use the standard form for the copyright notice. + +2014-01-02 Tobias Burnus <burnus@net-b.de> + + * libgomp.texi: Bump @copying's copyright year. + +2013-12-17 Andreas Tobler <andreast@gcc.gnu.org> + + * testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude. Replace + alloca () with __builtin_alloca (). + * testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage. + * testsuite/libgomp.c/lock-3.c: Likewise. + * testsuite/libgomp.c/pr48591.c: Likewise. + +2013-12-17 Jakub Jelinek <jakub@redhat.com> + + PR testsuite/59534 + * testsuite/libgomp.fortran/retval1.f90 (e5): Avoid non-shortcircuited + comparisons. + +2013-12-16 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/58756 + * testsuite/libgomp.c/pr58756.c: New test. + +2013-12-12 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/59467 + * testsuite/libgomp.fortran/crayptr2.f90: Add private (d) clause to + !$omp parallel. + 2013-11-07 Thomas Schwinge <thomas@codesourcery.com> * testsuite/lib/libgomp.exp (libgomp_init): Don't add -fopenmp to |