This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix gfortran.dg/forall_1.f90 (take 2)


Jakub Jelinek wrote:
> 2005-06-08  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* trans-stmt.c (gfc_trans_forall_loop): Only increment maskindex
> 	in the innermost loop.  Clear maskindex before outermost loop.
> 	(gfc_trans_assign_need_temp, gfc_trans_pointer_assign_need_temp,
> 	gfc_trans_forall_1, gfc_evaluate_where_mask, gfc_trans_where_2):
> 	Don't clear maskindexes here.
> 
> 	* gfortran.fortran-torture/execute/forall_7.f90: New test.

This is ok.  Sorry for the delay, I had hoped that someone who's more familiar
with this code would take a look at this.

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]