[PATCH] _Cilk_for for C and C++

Jason Merrill jason@redhat.com
Tue Jan 7 20:40:00 GMT 2014


On 12/17/2013 07:21 PM, Iyer, Balaji V wrote:
> The reason why I store it in OMP_FOR_CLAUSE is because OMP clauses cannot occur in _Cilk_for. So adding a new clause seem to be an overkill IMHO. I need a place to store the grain value and so I chose this spot.

But code expects OMP_FOR_CLAUSES to have a certain form, and you are 
violating that so that now code needs to check whether we're dealing 
with a for loop in order to know to parse OMP_FOR_CLAUSES.  Doing it 
your way requires lots of little special cases.  Please represent it as 
a clause.

Jason



More information about the Gcc-patches mailing list