On 04/29/2013 02:32 PM, Jakub Jelinek wrote:
Should I copy the parser->omp_declare_simd_clauses vector pointer say into cp_declarator structure so that grokfndecl could grab it from there?
That sounds good.
Also, for the attributes I wonder if it wouldn't be better to finally replace the PARM_DECLs in the clauses say with parameter indexes, because otherwise it might be difficult to adjust those during instantiation etc.
Yes, that will probably be easier to deal with. Jason