summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
...
* * toplev.c (set_float_handler): Make static.zack2001-08-121-1/+0
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-3/+1
* 2001-08-01 Ziemowit Laski <zlaski@apple.com>shebs2001-08-011-14/+56
* * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.neil2001-07-191-5/+1
* * c-parse.in (all_prefix_attributes): New variable.jsm282001-07-171-133/+102
* * c-common.c (decl_attributes): Take a pointer to the node tojsm282001-07-131-7/+7
* * c-common.c (decl_attributes): Only take a single attributesjsm282001-07-081-38/+27
* * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,zack2001-07-011-59/+45
* gcc/gdr2001-06-101-0/+1
* * c-parse.in (notype_initdcl): Remove redundant line.neil2001-05-251-1/+0
* * c-parse.in (array_declarator): New. Handle C99 constructs.jsm282001-05-251-44/+42
* * c-parse.in (parm_declarator): Split intojsm282001-05-191-8/+36
* * c-parse.in (methodtype): New production.neil2001-05-161-46/+17
* * c-common.h (RID_FIRST_PQ): New.neil2001-05-161-26/+30
* * c-parse.in (bison parser, init_reswords): Remove uses ofneil2001-05-121-21/+15
* * c-common.c (finish_label_expr): New function, lifted fromneil2001-05-111-41/+3
* * c-parse.in: Remove many shift/reduce conflicts. Updatejsm282001-05-101-207/+695
* gcc:nathan2001-04-241-20/+31
* * c-parse.in (yylexname): New function, split out of _yylex.zack2001-03-071-65/+99
* * stringpool.c (set_identifier): New function.zack2001-03-021-13/+10
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-2/+2
* * c-parse.in (structsp): Pedwarn when "enum foo" refers to anjsm282001-01-311-3/+9
* * c-parse.in (cast_expr): Move compound literals from here ...jsm282001-01-241-29/+29
* * c-parse.in (finish_parse): Add comment about cpp_destroy.neil2001-01-141-0/+1
* * c-lex.c (init_c_lex): Use cpp_get_callbacks to setneil2001-01-131-3/+2
* * c-common.h (ASM_INPUT_P): New.rth2001-01-021-1/+2
* 2000-12-28 Geoffrey Keating <geoffk@redhat.com>geoffk2000-12-291-1/+2
* * c-typeck.c (build_asm_stmt): New, broken out from ...rth2000-12-201-45/+69
* * c-parse.in (finish_parse): Update for parse_in type change.rth2000-11-281-4/+4
* * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil2000-11-261-1/+0
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-18/+0
* * c-parse.in (unary_expr): Move VA_ARG from here ...nathan2000-11-241-2/+2
* * cp/parse.y (yyparse_1): Rename the parser entry point.rth2000-11-211-1/+4
* * c-decl.c (check_for_loop_decls): New function.jsm282000-11-181-9/+15
* * stringpool.c: New file.zack2000-11-171-2/+2
* * c-parse.in (stmts_and_decls): Deprecate use of label at end ofjsm282000-11-131-2/+1
* * c-parse.in (ends_in_label): Remove from %union and %type.jsm282000-11-131-45/+58
* * c-common.c (boolean_increment): New function.jsm282000-11-131-1/+2
* * c-parse.in (c99_block_start, c99_block_end,jsm282000-11-131-14/+62
* * c-parse.in (initelt): Give appropriate pedantic warnings,jsm282000-11-131-2/+10
* * c-lex.c (init_c_lex): Update cpp_start_read call.neil2000-11-021-1/+1
* * c-parse.in (_yylex): Remove CPP_BACKSLASH case.neil2000-11-011-1/+0
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-138/+97
* * c-parse.in (reswords): Add _Complex.jsm282000-09-141-0/+1
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-18/+10
* * c-parse.in: Revert last change.rth2000-09-101-7/+20
* * c-parse.in (asm patterns): Fix volatile check.rth2000-09-101-3/+3
* * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS ifzack2000-09-071-3/+3
* Integrated preprocessor.zack2000-09-071-48/+638
* * c-decl.c (define_label): Call warning_with_file_and_line andghazi2000-08-291-3/+3