diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-05-03 14:51:33 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-05-03 14:51:33 +0200 |
commit | 693d710f2ad03341b24d45d1b2ab75533d67687e (patch) | |
tree | 5d4261cec1895613e4c02fd637f62bdfa2874e9b /libgomp/ChangeLog | |
parent | 832a0c1d090950cef0735c66b16955944b063579 (diff) | |
download | gcc-693d710f2ad03341b24d45d1b2ab75533d67687e.zip gcc-693d710f2ad03341b24d45d1b2ab75533d67687e.tar.gz gcc-693d710f2ad03341b24d45d1b2ab75533d67687e.tar.bz2 |
re PR fortran/27395 (Problem with arrays in the OpenMP REDUCTION clause in Fortran)
PR fortran/27395
* gimplify.c (gimplify_scan_omp_clauses): Compare OMP_CLAUSE_CODE
rather than TREE_CODE to OMP_CLAUSE_REDUCTION. Set also GOVD_SEEN
bit for OMP_CLAUSE_REDUCTION_PLACEHOLDER.
* testsuite/libgomp.fortran/pr27395-1.f90: New test.
* testsuite/libgomp.fortran/pr27395-2.f90: New test.
From-SVN: r113494
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 76d5631..d04194c 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2006-05-03 Jakub Jelinek <jakub@redhat.com> + + PR fortran/27395 + * testsuite/libgomp.fortran/pr27395-1.f90: New test. + * testsuite/libgomp.fortran/pr27395-2.f90: New test. + 2006-05-02 Jakub Jelinek <jakub@redhat.com> PR c++/26943 |