aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-13/+0
2001-10-29* c-parse.in (expr_no_commas, primary), c-typeck.cJoseph Myers1-6/+3
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-1/+3
2001-10-03c-parse.in (objc_inherit_code, [...]): Make static.Ziemowit Laski1-21/+5
2001-09-21Table-driven attributes.Joseph Myers1-53/+34
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-3/+1
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-1/+0
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-3/+1
2001-08-01c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz...Ziemowit Laski1-14/+56
2001-07-19c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth1-5/+1
2001-07-17c-parse.in (all_prefix_attributes): New variable.Joseph Myers1-133/+102
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-7/+7
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-38/+27
2001-07-01c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ.Zack Weinberg1-59/+45
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis1-0/+1
2001-05-25* c-parse.in (notype_initdcl): Remove redundant line.Neil Booth1-1/+0
2001-05-25c-parse.in (array_declarator): New.Joseph Myers1-44/+42
2001-05-19re PR c/166 (C syntax problem in gcc)Joseph Myers1-8/+36
2001-05-16c-parse.in (methodtype): New production.Neil Booth1-46/+17
2001-05-16c-common.h (RID_FIRST_PQ): New.Neil Booth1-26/+30
2001-05-12c-parse.in (bison parser, [...]): Remove uses of doing_objc_thang.Neil Booth1-21/+15
2001-05-11c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth1-41/+3
2001-05-10c-parse.in: Remove many shift/reduce conflicts.Joseph Myers1-207/+695
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-20/+31
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg1-65/+99
2001-03-02stringpool.c (set_identifier): New function.Zack Weinberg1-13/+10
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-2/+2
2001-01-31c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type.Joseph Myers1-3/+9
2001-01-24c-parse.in (cast_expr): Move compound literals from here ...Joseph Myers1-29/+29
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-0/+1
2001-01-13c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.Neil Booth1-3/+2
2001-01-02c-common.h (ASM_INPUT_P): New.Richard Henderson1-1/+2
2000-12-29c-parse.in (select_or_iter_stmt): Use truthvalue_conversion on the condition ...Geoffrey Keating1-1/+2
2000-12-20c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson1-45/+69
2000-11-28c-parse.in (finish_parse): Update for parse_in type change.Richard Henderson1-4/+4
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-1/+0
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-18/+0
2000-11-24c-parse.in (unary_expr): Move VA_ARG from here ...Nathan Sidwell1-2/+2
2000-11-20parse.y (yyparse_1): Rename the parser entry point.Richard Henderson1-1/+4
2000-11-18c-decl.c (check_for_loop_decls): New function.Joseph Myers1-9/+15
2000-11-17stringpool.c: New file.Zack Weinberg1-2/+2
2000-11-13c-parse.in (stmts_and_decls): Deprecate use of label at end of compound state...Joseph Myers1-2/+1
2000-11-13c-parse.in (ends_in_label): Remove from %union and %type.Joseph Myers1-45/+58
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers1-1/+2
2000-11-13c-parse.in (c99_block_start, [...]): New.Joseph Myers1-14/+62
2000-11-13c-parse.in (initelt): Give appropriate pedantic warnings...Joseph Myers1-2/+10
2000-11-02c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg1-1/+1