summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2012-03-22 20:27:52 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2012-03-22 20:27:52 +0100
commit6edb7180d2ecf42b9cf7571ab04e174aca5c075c (patch)
treefddfedf7bccfca759b3802983592167205e5c2e5 /libgomp/ChangeLog
parent7e43d48401a44036734b9eadcdc62cc4ee27c1ea (diff)
downloadgcc-6edb7180d2ecf42b9cf7571ab04e174aca5c075c.tar.gz
re PR middle-end/52547 (ICE with openmp with nested function which requires a trampoline)
PR middle-end/52547 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars on any new_local_var_chain vars declared during recursing on GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body. * testsuite/libgomp.c/pr52547.c: New test. From-SVN: r185708
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index ed9bc1db416..47f88a1c520 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/52547
+ * testsuite/libgomp.c/pr52547.c: New test.
+
2012-03-22 Release Manager
* GCC 4.7.0 released.