This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Subcodes for OMP_CLAUSE_*. Fortran version.


On Thu, Jan 26, 2006 at 04:07:05PM -0500, Diego Novillo wrote:
> I will need this after merging mainline into gomp.  This adapts the
> Fortran bits to use the new OMP_CLAUSE_* subcodes.
> 
> Jakub, is it safe to do what I suggested in the FIXME note I'm adding
> with the patch?  gfc_trans_omp_reduction_list does not seem to need the
> CODE parameter.  It always builds an OMP_CLAUSE_REDUCTION.

Yeah, just nuke that argument and adjust caller.
The argument was there just because previously it used
gfc_trans_omp_variable_list even for reductions.

> Tested on x86.  OK for gomp?

Yes.

	Jakub


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