diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-08 20:04:45 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-08 20:04:45 +0000 |
commit | e1a7ccb9f5caeb23dbe6e7c124a8d4213e98328f (patch) | |
tree | 1f9294de165086bb00dcf11817a395d75138daaa /libgomp/ChangeLog | |
parent | 7ca4e853ae1e881881bcce36edf100a37dba4691 (diff) | |
download | gcc-e1a7ccb9f5caeb23dbe6e7c124a8d4213e98328f.tar.gz |
PR middle-end/39573
* omp-low.c (expand_omp_taskreg): Finalize taskreg static local_decls
variables.
* libgomp.c++/pr39573.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145772 138bc75d-0d04-0410-961f-82ee72b054a4
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 15eb2c6c769..3a6a7edcafc 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2009-04-08 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/39573 + * libgomp.c++/pr39573.C: New test. + 2009-04-01 Jakub Jelinek <jakub@redhat.com> PR other/39591 |