This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: forall_3.f90
- From: Canqun Yang <canqun at nudt dot edu dot cn>
- To: Richard Henderson <rth at twiddle dot net>, fortran at gcc dot gnu dot org
- Date: Fri, 6 Feb 2004 23:19:50 +0800 (HKT)
- Subject: Re: forall_3.f90
- Reply-to: Canqun Yang <canqun at nudt dot edu dot cn>
Paul Brook <paul@codesourcery.com>:
> On Friday 06 February 2004 8:57 am, Richard Henderson
wrote:
> > This test has been failing for a long time. If
it's testing
> > something that's not implemented, would someone
please XFAIL it?
>
> It should work. It passes on my machine (also passes
in
> http://gcc.gnu.org/ml/gcc-testresults/2004-
02/msg00253.html so I'm not the
> only one).
>
> I'll have to see if I can find a machine where it
fails.
>
> Paul
>
>
I should have found the reason why forall_3.f90 and a
testcase fow WHERE cannot be passed. There is a bug
when to calculate the size of the temporaries. Lifang
Zeng and I have resolved this for a time, but forget to
supply the patch. I am going to do it tomorrow.
Canqun Yang