OSDN Git Service

PR middle-end/43337
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Apr 2010 21:50:16 +0000 (21:50 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:34:04 +0000 (14:34 +0900)
* tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
with non-local decl doesn't need chain.

* gfortran.dg/gomp/pr43337.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158527 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index f75e801..95c5a5a 100644 (file)
@@ -3,6 +3,10 @@
        * dwarf2out.c (lower_bound_default): For DW_LANG_Python return
        0 for -gdwarf-4.
 
+       PR middle-end/43337
+       * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
+       with non-local decl doesn't need chain.
+
 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
 
        * ira-color.c (allocno_reload_assign): Avoid accumulating
index 4072a9c..c7c47b9 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/43337
+       * gfortran.dg/gomp/pr43337.f90: New test.
+
 2010-04-19  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/43796