On Mon, 16 Dec 2013, Jakub Jelinek wrote: > On Mon, Dec 16, 2013 at 09:41:43PM +0000, Iyer, Balaji V wrote: > > --- gcc/c/c-parser.c (revision 205759) > > +++ gcc/c/c-parser.c (working copy) > > @@ -208,6 +208,12 @@ > > /* True if we are in a context where the Objective-C "Property attribute" > > keywords are valid. */ > > BOOL_BITFIELD objc_property_attr_context : 1; > > + > > + /* Cilk Plus specific parser/lexer information. */ > > + > > + /* Buffer to hold all the tokens from parsing the vector attribute for > > the > > + SIMD-enabled functions (formerly known as elemental functions). */ > > + vec <c_token, va_gc> *cilk_simd_fn_tokens; > > } c_parser; > > Joseph, is this ok for you?
Fine with me. -- Joseph S. Myers jos...@codesourcery.com