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: [C/gomp PATCH] Convert OMP_CLAUSE_IF_EXPR to boolean_type_node


On Tue, Mar 28, 2006 at 11:18:51PM -0700, Roger Sayle wrote:
> 	* c-parser.c (c_parser_omp_clause_if): Ensure that the conditional
> 	OMP_CLAUSE_IF_EXPR of an OMP_CLAUSE_IF has been suitably converted
> 	to a boolean_type_node.

I see no reason to do this here.  We should, however, use gimple_boolify
on OMP_CLAUSE_IF instead of just gimplify_expr in gimplify_scan_omp_clauses.


r~


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