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: [tuples] Fix Fortran array reductions


On Fri, May 30, 2008 at 08:13, Jakub Jelinek <jakub@redhat.com> wrote:

> 2008-05-30  Jakub Jelinek  <jakub@redhat.com>
>
>        * omp-low.c (scan_sharing_clauses): Call scan_omp on
>        OMP_CLAUSE_REDUCTION_GIMPLE_{INIT,MERGE} instead of
>        scan_omp_op on OMP_CLAUSE_REDUCTION_{INIT,MERGE}.
>        (lower_rec_input_clauses): Clear
>        OMP_CLAUSE_REDUCTION_GIMPLE_{INIT,MERGE} instead of
>        OMP_CLAUSE_REDUCTION_{INIT,MERGE}.  Call lower_omp
>        on OMP_CLAUSE_REDUCTION_GIMPLE_MERGE before gimple_seq_add_seq
>        to replace all occurences of placeholder in the seq.
>        * gimplify.c (gimplify_scan_omp_clauses): Clear
>        OMP_CLAUSE_REDUCTION_{INIT,MERGE} after gimplifying it.

OK.

Diego.


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