aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-01c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth1-1/+0
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-138/+97
2000-09-15c-parse.in (reswords): Add _Complex.Joseph Myers1-0/+1
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-18/+10
2000-09-10c-parse.in: Revert last change.Richard Henderson1-7/+20
2000-09-10* c-parse.in (asm patterns): Fix volatile check.Richard Henderson1-3/+3
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg1-3/+3
2000-09-07Integrated preprocessor.Zack Weinberg1-48/+638
2000-08-29c-decl.c (define_label): Call warning_with_file_and_line and error_with_file_...Kaveh R. Ghazi1-3/+3
2000-08-25Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell1-59/+1
2000-08-23* c-parse.in (unop +): Restrict -Wtraditional warnings to user code.Kaveh R. Ghazi1-1/+1