aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)Author
2001-02-04 * diagnostic.h (set_internal_error_function): Renamed.Richard Kenner
2001-01-31 * c-parse.in (structsp): Pedwarn when "enum foo" refers to anJoseph Myers
2001-01-24 * c-parse.in (cast_expr): Move compound literals from here ...Joseph Myers
2001-01-14 * c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth
2001-01-13 * c-lex.c (init_c_lex): Use cpp_get_callbacks to setNeil Booth
2001-01-02 * c-common.h (ASM_INPUT_P): New.Richard Henderson
2000-12-292000-12-28 Geoffrey Keating <geoffk@redhat.com>Geoffrey Keating
2000-12-20 * c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson
2000-11-28 * c-parse.in (finish_parse): Update for parse_in type change.Richard Henderson
2000-11-26 * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth
2000-11-25 * c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth
2000-11-24 * c-parse.in (unary_expr): Move VA_ARG from here ...Nathan Sidwell
2000-11-21 * cp/parse.y (yyparse_1): Rename the parser entry point.Richard Henderson
2000-11-18 * c-decl.c (check_for_loop_decls): New function.Joseph Myers
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-11-13 * c-parse.in (stmts_and_decls): Deprecate use of label at end ofJoseph Myers
2000-11-13 * c-parse.in (ends_in_label): Remove from %union and %type.Joseph Myers
2000-11-13 * c-common.c (boolean_increment): New function.Joseph Myers
2000-11-13 * c-parse.in (c99_block_start, c99_block_end,Joseph Myers
2000-11-13 * c-parse.in (initelt): Give appropriate pedantic warnings,Joseph Myers
2000-11-02 * c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg
2000-11-01 * c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth
2000-09-17 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell
2000-09-14 * c-parse.in (reswords): Add _Complex.Joseph Myers
2000-09-10 * c-common.h (add_stmt): Change prototype.Mark Mitchell
2000-09-10 * c-parse.in: Revert last change.Richard Henderson
2000-09-10 * c-parse.in (asm patterns): Fix volatile check.Richard Henderson
2000-09-07 * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS ifZack Weinberg
2000-09-07Integrated preprocessor.Zack Weinberg
2000-08-29 * c-decl.c (define_label): Call warning_with_file_and_line andKaveh Ghazi
2000-08-25 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell
2000-08-23 * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.Kaveh Ghazi
2000-08-11 * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings forKaveh Ghazi
2000-08-08 * c-common.c (combine_strings, check_format_info): Refer to ISO CJoseph Myers
2000-08-07Changed the language string for Objective-C to "GNU Objective-C".Ovidiu Predescu
2000-08-04 * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenZack Weinberg
2000-07-31* c-parse.in (extdefs): Call ggc_collect between externalGeoffrey Keating
2000-07-27 * c-parse.in (string): For -Wtraditional, warn about stringKaveh Ghazi
2000-07-12 * c-decl.c (define_label): Warn about identifier conflicts withKaveh Ghazi
2000-07-12Warning fixes:Kaveh Ghazi
2000-07-102000-07-10 Benjamin Chelf <chelf@codesourcery.com>Benjamin Chelf
2000-06-19 * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg
2000-06-05 * tree.h (VOID_TYPE_P): New macro.Nathan Sidwell
2000-05-09top level:Zack Weinberg
2000-04-12 * objc/objc-act.c: Include ggc.h.Jakub Jelinek
2000-03-31 * c-parse.in (cast_expr): Move change from March 21 into c-parse.inJeffrey A Law
2000-03-20 * c-parse.in (SAVE_WARN_FLAGS): Use size_int.Martin von Loewis
2000-03-17 * Clean up usages of TREE_INT_CST_LOW.Richard Kenner
2000-03-14 * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.Greg McGary
2000-02-26Copyright fixesJeffrey A Law