diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-13 18:23:46 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-13 18:23:46 +0000 |
commit | 40b59b69d972e31f922609c855a254adf75a8268 (patch) | |
tree | d05e6ea1595ad1c2e3368a674755ed1c871d483b /gcc/testsuite/gfortran.dg/forall_1.f90 | |
parent | c75ae97e258bbcfe92b06439f45bb263efc3bfd1 (diff) | |
download | gcc-40b59b69d972e31f922609c855a254adf75a8268.tar.gz |
fortran/
2005-06-13 Jakub Jelinek <jakub@redhat.com>
PR fortran/22038
* trans-stmt.c (gfc_trans_forall_loop): Only increment maskindex
in the innermost loop.
testsuite/
2005-06-13 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/22038
* gfortran.dg/forall_1.f90: Un-XFAIL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gfortran.dg/forall_1.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/forall_1.f90 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/forall_1.f90 b/gcc/testsuite/gfortran.dg/forall_1.f90 index e425c4cd411..35fcfdd7fd2 100644 --- a/gcc/testsuite/gfortran.dg/forall_1.f90 +++ b/gcc/testsuite/gfortran.dg/forall_1.f90 @@ -1,6 +1,5 @@ -! { dg-do run { xfail *-*-* } } +! { dg-do run } ! tests FORALL statements with a mask -! unfortunately, this is broken, PR 22038 dimension i2(15,10), i1(15) type a sequence |