* omp-low.c (expand_omp_for_1): Default to chunk size 1 unless
commit7cd0ea6c030c5c7080fd3e75f6059d4bcac2be00
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 18:17:37 +0000 (12 18:17 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 18:17:37 +0000 (12 18:17 +0000)
tree2708c63d8a51aeb617c718f4196ace12a4473273
parent94774049288446ef764e01c4a4790f8e4f45fd9c
* omp-low.c (expand_omp_for_1): Default to chunk size 1 unless
static or runtime schedule.
fortran/
* trans-openmp.c (gfc_trans_omp_do): Put count into BLOCK, not BODY.
Fix typo in condition.  Fix DOVAR initialization.
libgomp/
* testsuite/libgomp.dg/nested-1.c: New test.
* testsuite/libgomp.dg/nested-2.c: New test.
* testsuite/libgomp.fortran/do1.f90: New test.
* testsuite/libgomp.fortran/do2.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-20050608-branch@105315 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.gomp
gcc/fortran/ChangeLog.gomp
gcc/fortran/trans-openmp.c
gcc/omp-low.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.dg/nested-1.c [new file with mode: 0644]
libgomp/testsuite/libgomp.dg/nested-2.c [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/do1.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/do2.f90 [new file with mode: 0644]