--- gcc/cp/parse.h 2018/04/24 18:20:22 1.1 +++ gcc/cp/parse.h 2018/04/24 18:27:13 1.1.1.2 @@ -25,59 +25,62 @@ typedef union {long itype; tree ttype; c #define GCC_ASM_KEYWORD 281 #define TYPEOF 282 #define ALIGNOF 283 -#define HEADOF 284 -#define CLASSOF 285 -#define SIGOF 286 -#define ATTRIBUTE 287 -#define EXTENSION 288 -#define LABEL 289 -#define AGGR 290 -#define VISSPEC 291 -#define DELETE 292 -#define NEW 293 -#define OVERLOAD 294 -#define THIS 295 -#define OPERATOR 296 -#define CXX_TRUE 297 -#define CXX_FALSE 298 -#define LEFT_RIGHT 299 -#define TEMPLATE 300 -#define TYPEID 301 -#define DYNAMIC_CAST 302 -#define STATIC_CAST 303 -#define REINTERPRET_CAST 304 -#define CONST_CAST 305 -#define SCOPE 306 -#define EMPTY 307 -#define PTYPENAME 308 -#define ASSIGN 309 -#define OROR 310 -#define ANDAND 311 -#define MIN_MAX 312 -#define EQCOMPARE 313 -#define ARITHCOMPARE 314 -#define LSHIFT 315 -#define RSHIFT 316 -#define POINTSAT_STAR 317 -#define DOT_STAR 318 -#define UNARY 319 -#define PLUSPLUS 320 -#define MINUSMINUS 321 -#define HYPERUNARY 322 -#define PAREN_STAR_PAREN 323 -#define POINTSAT 324 -#define TRY 325 -#define CATCH 326 -#define THROW 327 -#define TYPENAME_ELLIPSIS 328 -#define PRE_PARSED_FUNCTION_DECL 329 -#define EXTERN_LANG_STRING 330 -#define ALL 331 -#define PRE_PARSED_CLASS_DECL 332 -#define TYPENAME_DEFN 333 -#define IDENTIFIER_DEFN 334 -#define PTYPENAME_DEFN 335 -#define END_OF_SAVED_INPUT 336 +#define SIGOF 284 +#define ATTRIBUTE 285 +#define EXTENSION 286 +#define LABEL 287 +#define AGGR 288 +#define VISSPEC 289 +#define DELETE 290 +#define NEW 291 +#define OVERLOAD 292 +#define THIS 293 +#define OPERATOR 294 +#define CXX_TRUE 295 +#define CXX_FALSE 296 +#define NAMESPACE 297 +#define TYPENAME_KEYWORD 298 +#define USING 299 +#define LEFT_RIGHT 300 +#define TEMPLATE 301 +#define TYPEID 302 +#define DYNAMIC_CAST 303 +#define STATIC_CAST 304 +#define REINTERPRET_CAST 305 +#define CONST_CAST 306 +#define SCOPE 307 +#define EMPTY 308 +#define PTYPENAME 309 +#define NSNAME 310 +#define THROW 311 +#define ASSIGN 312 +#define OROR 313 +#define ANDAND 314 +#define MIN_MAX 315 +#define EQCOMPARE 316 +#define ARITHCOMPARE 317 +#define LSHIFT 318 +#define RSHIFT 319 +#define POINTSAT_STAR 320 +#define DOT_STAR 321 +#define UNARY 322 +#define PLUSPLUS 323 +#define MINUSMINUS 324 +#define HYPERUNARY 325 +#define PAREN_STAR_PAREN 326 +#define POINTSAT 327 +#define TRY 328 +#define CATCH 329 +#define TYPENAME_ELLIPSIS 330 +#define PRE_PARSED_FUNCTION_DECL 331 +#define EXTERN_LANG_STRING 332 +#define ALL 333 +#define PRE_PARSED_CLASS_DECL 334 +#define TYPENAME_DEFN 335 +#define IDENTIFIER_DEFN 336 +#define PTYPENAME_DEFN 337 +#define END_OF_LINE 338 +#define END_OF_SAVED_INPUT 339 extern YYSTYPE yylval;