OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / libgomp / ChangeLog
index 5c54884..f673758 100644 (file)
@@ -1,5 +1,40 @@
+2008-05-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/36308
+       * testsuite/libgomp.c++/ctor-11.C: New test.
+       * testsuite/libgomp.c++/ctor-12.C: New test.
+
+2008-05-15  Janis Johnson  <janis187@us.ibm.com>
+
+       * testsuite/lib/libgomp.exp: Load torture-options.exp from gcc lib.
+
+2008-05-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/36106
+       * testsuite/libgomp.c/atomic-5.c: New test.
+       * testsuite/libgomp.c/atomic-6.c: New test.
+       * testsuite/libgomp.c/autopar-1.c: New test.
+
+2008-04-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS)
+       (LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY)
+       (LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT)
+       (LIBGOMP_CHECK_ATTRIBUTE_ALIAS): Fix cache variable names.
+       * configure: Regenerate.
+       * Makefile.in, testsuite/Makefile.in: Likewise.
+
+2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/35457
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
 
+       PR middle-end/35611
+       * testsuite/libgomp.c/atomic-4.c: New test.
+
        PR libgomp/35625
        * iter.c (gomp_iter_guided_next_locked): If q > n, set end to ws->end.
        (gomp_iter_guided_next): Likewise.