summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* c-parse.in (malloced_yyss, [...]): New.Richard Henderson2002-04-261-0/+55
* c-parse.in (yyoverflow): Revert.Richard Henderson2002-04-261-35/+0
* c-common.c (fix_string_type): Split out of ...Richard Henderson2002-04-261-36/+71
* c-parse.in (yyoverflow): New.Richard Henderson2002-04-251-0/+35
* c-common.h (c_common_parse_file): Update.Neil Booth2002-04-251-19/+1
* c-parse.in (poplevel, [...]): Add ending ';', in accordance with POSIX.Paolo Carlini2002-04-161-1/+4
* stmt.c (check_unique_operand_names): Expect operand names to be strings rathe...Richard Sandiford2002-04-131-1/+3
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-11/+17
* c-decl.c (finish_function): New arg can_defer_p.Richard Henderson2002-03-281-5/+5
* c-common.h (yyparse, [...]): New.Neil Booth2002-03-171-3/+0
* c-parse.in (STATIC): New terminal.Neil Booth2002-02-281-45/+40
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-13/+11
* c-common.c (c_expand_expr): Revert 2002-02-06 patch.Jakub Jelinek2002-02-081-0/+1
* c-parse.in (parmlist_or_identifiers): Add maybe_attribute.Aldy Hernandez2002-01-241-2/+11
* c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do...Jeff Law2002-01-041-7/+27
* c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional.Richard Henderson2001-12-211-8/+13
* c-parse.in (typename): Do not split attributes.Aldy Hernandez2001-12-151-7/+3
* c-common.c (combine_strings): Complain if concatenating __FUNCTION__.Neil Booth2001-12-111-0/+1
* c-lex.c, [...]: Revert concatenation changes.Neil Booth2001-12-101-35/+72
* c-common.h (rid): Add RID_CHOOSE_EXPR and RID_TYPES_COMPATIBLE_P.Aldy Hernandez2001-12-081-1/+26
* c-parse.in: Take string literals in assembler constructs, not expressions.Neil Booth2001-12-081-13/+7
* c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth2001-12-081-60/+29
* re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers2001-12-041-18/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth2001-11-181-9/+0
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-11/+2
* Makefile.in: Update.Neil Booth2001-11-091-1/+1
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-13/+0
* * c-parse.in (expr_no_commas, primary), c-typeck.cJoseph Myers2001-10-291-6/+3
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-1/+3
* c-parse.in (objc_inherit_code, [...]): Make static.Ziemowit Laski2001-10-031-21/+5
* Table-driven attributes.Joseph Myers2001-09-211-53/+34
* c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth2001-09-131-3/+1
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* toplev.c (set_float_handler): Make static.Zack Weinberg2001-08-121-1/+0
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-3/+1
* c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz...Ziemowit Laski2001-08-011-14/+56
* c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth2001-07-191-5/+1
* c-parse.in (all_prefix_attributes): New variable.Joseph Myers2001-07-171-133/+102
* c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers2001-07-131-7/+7
* c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers2001-07-081-38/+27
* c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ.Zack Weinberg2001-07-011-59/+45
* 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