aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-20/+0
2002-07-05copyright date updatedNathan Sidwell1-1/+1
2002-07-05c-parse.in (extdef): Append ';'.Nathan Sidwell1-0/+2
2002-07-03c-parse.in (parsing_iso_function_signature): New variable.Kaveh R. Ghazi1-1/+23
2002-07-02c-parse.in (designator): Enable designated initializers if ObjC.Ziemowit Laski1-14/+3
2002-06-20c-parse.in (initelt: identifier ':' initval): Add an empty action to fix a ty...Akim Demaille1-41/+44
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson1-9/+12
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-12/+7
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-23/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-0/+2
2002-04-26c-parse.in (malloced_yyss, [...]): New.Richard Henderson1-0/+55
2002-04-26c-parse.in (yyoverflow): Revert.Richard Henderson1-35/+0
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-36/+71
2002-04-25c-parse.in (yyoverflow): New.Richard Henderson1-0/+35
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-19/+1
2002-04-16c-parse.in (poplevel, [...]): Add ending ';', in accordance with POSIX.Paolo Carlini1-1/+4
2002-04-13stmt.c (check_unique_operand_names): Expect operand names to be strings rathe...Richard Sandiford1-1/+3
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-11/+17
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