aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-9/+5
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-9/+2
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-18/+20
2001-11-09Makefile.in: Update.Neil Booth1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-9/+0
2001-11-04* lex.c (copy_lang_type): Add static prototype.Kaveh R. Ghazi1-1/+2
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth1-1/+0
2001-10-13cp-tree.h (TYPE_BINFO): Update comment.Kriang Lerdsuwanakij1-8/+57
2001-10-08Make-lang.in (CXX_OBJS): Added cp-lang.o.Alexandre Oliva1-16/+6
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-5/+5
2001-09-12decl2.c (lang_f_options): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-10/+4
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis1-2/+2
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-3/+4
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg1-0/+15
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-0/+7
2001-04-19cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell1-3/+3
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill1-1/+1
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell1-3/+3
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill1-6/+2
2001-03-10toplev.c (file_name_nondirectory): Remove.Neil Booth1-6/+2
2001-02-12Remove old ABI support.Mark Mitchell1-1/+1
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-7/+7
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-0/+1
2001-01-13c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.Neil Booth1-1/+1
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-2/+5
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-5/+18
2001-01-03c-common.c (c_common_lang_init): New function.Joseph Myers1-4/+2
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-13/+11
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-1/+1
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-34/+7
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+1
2000-11-20lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.Nathan Sidwell1-1/+1
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-31/+2
2000-11-17stringpool.c: New file.Zack Weinberg1-2/+2
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2000-11-09decl.c (init_decl_processing): Change definition of __wchar_t to wchar_t.Eric Christopher1-27/+27
2000-11-09lex.c (do_identifier): Don't lookup_name for operators.Nathan Sidwell1-1/+1
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-1/+1
2000-11-02c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-1/+1
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-2/+2
2000-09-15c-parse.in (reswords): Add _Complex.Joseph Myers1-0/+1
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell1-1/+1
2000-09-07Integrated preprocessor.Zack Weinberg1-3652/+447
2000-08-28[multiple changes]Jason Merrill1-15/+0
2000-08-21diagnostic.c (context_as_prefix): Export.Gabriel Dos Reis1-2/+3
2000-07-27decl.c (start_cleanup_fn): Mark the function as `inline'.Mark Mitchell1-1/+0
2000-07-25Kill strict_prototype.Nathan Sidwell1-24/+5