This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r136204 - in /branches/gimple-tuples-branch/gcc...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 30 May 2008 12:15:40 -0000
- Subject: r136204 - in /branches/gimple-tuples-branch/gcc...
Author: jakub
Date: Fri May 30 12:15:40 2008
New Revision: 136204
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136204
Log:
* 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.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimplify.c
branches/gimple-tuples-branch/gcc/omp-low.c