[gomp] Loop construct fixes and testcases

Richard Henderson rth@redhat.com
Wed Oct 12 18:09:00 GMT 2005


On Wed, Oct 12, 2005 at 01:52:08PM -0400, Diego Novillo wrote:
> > +	fd.chunk_size = (sched_kind == OMP_CLAUSE_SCHEDULE_STATIC)
> > +	                ? integer_zero_node : integer_one_node;
> >
> Shouldn't this be decided at runtime?

Nope, it's right there on page 36, in the description of the
various scheduling parameters.

The patch is ok.


r~



More information about the Gcc-patches mailing list