diff options
author | Jakub Jelinek <jakub@redhat.com> | 2012-03-22 20:25:36 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-03-22 20:25:36 +0100 |
commit | c140ddf3923d59603aa2ceb834085ab159b77972 (patch) | |
tree | 939527349ade70d1f8b4bee64cb898cba3de8246 /libgomp/ChangeLog | |
parent | e75b54a2d932929a9b2e940c5aad1ef33a86c008 (diff) | |
download | gcc-c140ddf3923d59603aa2ceb834085ab159b77972.zip gcc-c140ddf3923d59603aa2ceb834085ab159b77972.tar.gz gcc-c140ddf3923d59603aa2ceb834085ab159b77972.tar.bz2 |
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: r185707
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index e227ebf..5bed2c6 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-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * testsuite/lib/libgomp.exp: load fortran-modules.exp |