aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-05-23 13:52:44 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2008-05-23 13:52:44 +0200
commit7a0112e7a42a5a3891d93fa449348df6446fc8bb (patch)
tree3a38cb4eac5c303a4914f7d2e4ec296b47965633 /libgomp/ChangeLog
parent3fda325236b11bff7210616f03247012d393a95f (diff)
downloadgcc-7a0112e7a42a5a3891d93fa449348df6446fc8bb.zip
gcc-7a0112e7a42a5a3891d93fa449348df6446fc8bb.tar.gz
gcc-7a0112e7a42a5a3891d93fa449348df6446fc8bb.tar.bz2
re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are virtual)
PR c++/36308 * semantics.c (omp_clause_info_fndecl): New function. (finish_omp_clauses): Use it. * testsuite/libgomp.c++/ctor-11.C: New test. * testsuite/libgomp.c++/ctor-12.C: New test. From-SVN: r135798
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index f1f5a8e..f673758 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+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.