aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/spew.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-30parse.y: Remove.Mark Mitchell1-1551/+0
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-1/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+6
2002-12-03re PR c++/8720 (ICE with bitwise or (3 operands))Mark Mitchell1-5/+7
2002-10-23re PR c++/7679 (The compiler crashes wen a right parentesis is missing)Mark Mitchell1-2/+17
2002-10-22re PR c++/6579 (Infinite loop with statement expressions in member initializa...Mark Mitchell1-0/+27
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-7/+7
2002-08-08Rework build_component_ref.Mark Mitchell1-2/+2
2002-07-29spew.c (space_for_token): Allocate zeroed memory for a new token chunk.Richard Earnshaw1-1/+1
2002-07-26c-common.h (RID_AND, [...]): Remove.Neil Booth1-17/+2
2002-07-20spew.c (struct uinparsed_test): Replace 'filename' and 'lineno' members with ...Gabriel Dos Reis1-33/+26
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi1-1/+1
2002-06-20c-parse.in (initelt: identifier ':' initval): Add an empty action to fix a ty...Akim Demaille1-40/+41
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-155/+148
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-1/+1
2002-05-23c-lex.c (indent_level): Remove.Neil Booth1-9/+1
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-1/+39
2002-02-04xref.c: Remove.Jason Merrill1-5/+0
2002-01-23spew.c (pending_inlines, [...]): Make static.Jakub Jelinek1-8/+13
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-2/+2
2002-01-10spew.c (YYCHAR): Uppercase macro parameter and add parenthesis.Graham Stott1-4/+4
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-1/+1
2001-12-12cp-tree.h (DESTRUCTOR_DECL_PREFIX, [...]): Delete.Jakub Jelinek1-5/+2
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-1/+1
2001-10-28ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-02spew.c (end_input): No longer static.Jason Merrill1-3/+2
2001-09-12decl2.c (lang_f_options): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-2/+0
2001-07-26spew.c (yylex): Only copy the token's lineno, if it is non-zero.Nathan Sidwell1-2/+7
2001-07-19c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth1-5/+1
2001-05-16spew.c (read_token): Call yyerror on all unexpected tokens.Nathan Sidwell1-8/+3
2001-05-01spew.c (last_token_id): New static variable.Nathan Sidwell1-4/+8
2001-04-26invoke.texi: Document more C++ command-line options.Mark Mitchell1-6/+1
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg1-5/+1
2001-02-23* spew.c (yylex): Correct handling of friends.Mark Mitchell1-3/+7
2001-01-13c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.Neil Booth1-2/+1
2001-01-11call.c (convert_default_arg): Check for unprocessed DEFAULT_ARG.Nathan Sidwell1-8/+113
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-2/+2
2000-11-28spew.c (yyerror): Cope if yylval.ttype is NULL.Nathan Sidwell1-4/+8
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-2/+0
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-14/+0
2000-11-20lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.Nathan Sidwell1-11/+0
2000-11-09lex.c (do_identifier): Don't lookup_name for operators.Nathan Sidwell1-1/+2
2000-11-01c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth1-4/+0
2000-10-17* spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).Brad Lucier1-1/+1
2000-10-06pt.c (lookup_template_class): Set current access for enum.Nathan Sidwell1-1/+0
2000-10-05spew.c (frob_id): New static function.Nathan Sidwell1-50/+41
2000-09-11cp-tree.h (frob_opname): Declare.Nathan Sidwell1-0/+36
2000-09-07Integrated preprocessor.Zack Weinberg1-188/+1123