aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
2002-03-28c-decl.c (finish_function): New arg can_defer_p.Richard Henderson1-5/+5
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-3/+0
2002-02-28c-parse.in (STATIC): New terminal.Neil Booth1-45/+40
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-13/+11
2002-02-08c-common.c (c_expand_expr): Revert 2002-02-06 patch.Jakub Jelinek1-0/+1
2002-01-24c-parse.in (parmlist_or_identifiers): Add maybe_attribute.Aldy Hernandez1-2/+11
2002-01-04c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do...Jeff Law1-7/+27
2001-12-21c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional.Richard Henderson1-8/+13
2001-12-15c-parse.in (typename): Do not split attributes.Aldy Hernandez1-7/+3
2001-12-11c-common.c (combine_strings): Complain if concatenating __FUNCTION__.Neil Booth1-0/+1
2001-12-10c-lex.c, [...]: Revert concatenation changes.Neil Booth1-35/+72
2001-12-08c-common.h (rid): Add RID_CHOOSE_EXPR and RID_TYPES_COMPATIBLE_P.Aldy Hernandez1-1/+26
2001-12-08c-parse.in: Take string literals in assembler constructs, not expressions.Neil Booth1-13/+7
2001-12-08c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth1-60/+29
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-18/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-9/+0
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-11/+2
2001-11-09Makefile.in: Update.Neil Booth1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-13/+0
2001-10-29* c-parse.in (expr_no_commas, primary), c-typeck.cJoseph Myers1-6/+3
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-1/+3
2001-10-03c-parse.in (objc_inherit_code, [...]): Make static.Ziemowit Laski1-21/+5
2001-09-21Table-driven attributes.Joseph Myers1-53/+34
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-3/+1
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-1/+0
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-3/+1
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