aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-11c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for unprototyped fu...Kaveh R. Ghazi1-1/+8
2000-08-09c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers1-19/+19
2000-08-07Changed the language string for Objective-C to "GNU Objective-C".Ovidiu Predescu1-1/+1
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-3/+3
2000-07-31c-parse.in (extdefs): Call ggc_collect between external definitions.Geoff Keating1-1/+1
2000-07-27c-parse.in (string): For -Wtraditional, warn about string concatenation only ...Kaveh R. Ghazi1-3/+14
2000-07-12c-decl.c (define_label): Warn about identifier conflicts with labels in tradi...Kaveh R. Ghazi1-1/+6
2000-07-12Warning fixes:Kaveh R. Ghazi1-2/+2
2000-07-10c-common.h (build_stmt): Declare.Benjamin Chelf1-85/+24
2000-06-19c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg1-166/+3
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell1-2/+1
2000-05-09top level:Zack Weinberg1-2/+2
2000-04-12objc-act.c: Include ggc.h.Jakub Jelinek1-1/+8
2000-03-30c-parse.in (cast_expr): Move change from March 21 into c-parse.in since it is...Jeffrey A Law1-1/+1
2000-03-20c-parse.in (SAVE_WARN_FLAGS): Use size_int.Martin v. Löwis1-2/+2
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-1/+1
2000-03-14c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.Greg McGary1-0/+1
2000-02-25Copyright fixesJeff Law1-1/+2
2000-01-30c-parse.in: Apply Ulrich's changes from c-parse.y.Zack Weinberg1-6/+6
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-118/+46
2000-01-18c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.Martin v. Löwis1-5/+5
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-2/+2
1999-12-17c-parse.in (string action): Do not warn about ANSI string concatenation in sy...Zack Weinberg1-1/+1