summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis2001-06-101-0/+1
* * c-parse.in (notype_initdcl): Remove redundant line.Neil Booth2001-05-251-1/+0
* c-parse.in (array_declarator): New.Joseph Myers2001-05-251-44/+42
* re PR c/166 (C syntax problem in gcc)Joseph Myers2001-05-191-8/+36
* c-parse.in (methodtype): New production.Neil Booth2001-05-161-46/+17
* c-common.h (RID_FIRST_PQ): New.Neil Booth2001-05-161-26/+30
* c-parse.in (bison parser, [...]): Remove uses of doing_objc_thang.Neil Booth2001-05-121-21/+15
* c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth2001-05-111-41/+3
* c-parse.in: Remove many shift/reduce conflicts.Joseph Myers2001-05-101-207/+695
* Lazy __FUNCTION__ generation.Nathan Sidwell2001-04-241-20/+31
* c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg2001-03-071-65/+99
* stringpool.c (set_identifier): New function.Zack Weinberg2001-03-021-13/+10
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-2/+2
* c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type.Joseph Myers2001-01-311-3/+9
* c-parse.in (cast_expr): Move compound literals from here ...Joseph Myers2001-01-241-29/+29
* c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth2001-01-141-0/+1
* c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.Neil Booth2001-01-131-3/+2
* c-common.h (ASM_INPUT_P): New.Richard Henderson2001-01-021-1/+2
* c-parse.in (select_or_iter_stmt): Use truthvalue_conversion on the condition ...Geoffrey Keating2000-12-291-1/+2
* c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson2000-12-201-45/+69
* c-parse.in (finish_parse): Update for parse_in type change.Richard Henderson2000-11-281-4/+4
* Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth2000-11-261-1/+0
* c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2000-11-251-18/+0
* c-parse.in (unary_expr): Move VA_ARG from here ...Nathan Sidwell2000-11-241-2/+2
* parse.y (yyparse_1): Rename the parser entry point.Richard Henderson2000-11-201-1/+4
* c-decl.c (check_for_loop_decls): New function.Joseph Myers2000-11-181-9/+15
* stringpool.c: New file.Zack Weinberg2000-11-171-2/+2
* c-parse.in (stmts_and_decls): Deprecate use of label at end of compound state...Joseph Myers2000-11-131-2/+1
* c-parse.in (ends_in_label): Remove from %union and %type.Joseph Myers2000-11-131-45/+58
* c-common.c (boolean_increment): New function.Joseph Myers2000-11-131-1/+2
* c-parse.in (c99_block_start, [...]): New.Joseph Myers2000-11-131-14/+62
* c-parse.in (initelt): Give appropriate pedantic warnings...Joseph Myers2000-11-131-2/+10
* c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg2000-11-021-1/+1
* c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth2000-11-011-1/+0
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-138/+97
* c-parse.in (reswords): Add _Complex.Joseph Myers2000-09-151-0/+1
* c-common.h (add_stmt): Change prototype.Mark Mitchell2000-09-101-18/+10
* c-parse.in: Revert last change.Richard Henderson2000-09-101-7/+20
* * c-parse.in (asm patterns): Fix volatile check.Richard Henderson2000-09-101-3/+3
* c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg2000-09-071-3/+3
* Integrated preprocessor.Zack Weinberg2000-09-071-48/+638
* c-decl.c (define_label): Call warning_with_file_and_line and error_with_file_...Kaveh R. Ghazi2000-08-291-3/+3
* Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell2000-08-251-59/+1
* * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.Kaveh R. Ghazi2000-08-231-1/+1
* c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for unprototyped fu...Kaveh R. Ghazi2000-08-111-1/+8
* c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers2000-08-091-19/+19
* Changed the language string for Objective-C to "GNU Objective-C".Ovidiu Predescu2000-08-071-1/+1
* cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg2000-08-041-3/+3
* c-parse.in (extdefs): Call ggc_collect between external definitions.Geoff Keating2000-07-311-1/+1
* c-parse.in (string): For -Wtraditional, warn about string concatenation only ...Kaveh R. Ghazi2000-07-271-3/+14