aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-11-27decl.c (grokfndecl): Undo COMPONENT_REF damage caused by bison parser ickiness.Nathan Sidwell4-15/+44
2000-11-27cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.Nathan Sidwell5-25/+55
2000-11-27tree.h (mark_tree_hashtable): New function.Mark Mitchell2-91/+78
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth5-9/+5
2000-11-25method.c (build_mangled_C9x_name): Rename to build_mangled_C99_name.Joseph Myers2-4/+10
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth6-80/+11
2000-11-25Add support for target specific, language specific object files.Nick Clifton1-1/+1
2000-11-24c-parse.in (unary_expr): Move VA_ARG from here ...Nathan Sidwell2-3/+8
2000-11-24semantics.c (finish_id_expr): If type is error_mark, return error_mark.Nathan Sidwell2-0/+7
2000-11-23pt.c (lookup_template_class): Simplify loop exit constructs.Nathan Sidwell2-23/+32
2000-11-23gcc toplevel:J"orn Rennecke2-2/+6
2000-11-22mangle.c (mangle_conv_op_name_for_type): Don't use `__op' prefix.Mark Mitchell2-11/+6
2000-11-22pt.c (do_decl_instantiate): Explicitly clone constructors and destructors tha...Mark Mitchell2-0/+14
2000-11-20parse.y (yyparse_1): Rename the parser entry point.Richard Henderson2-1/+8
2000-11-21mangle.c (write_name): Use <unscoped-name> for names directly in function scope.Alex Samuel2-4/+18
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 Sidwell4-13/+13
2000-11-19decl.c (init_decl_processing): Correct name of pure virtual function under th...Mark Mitchell3-3/+17
2000-11-19tweakJason Merrill1-9/+2
2000-11-19decl.c (grokparms): Don't even function types of `void' type, either.Mark Mitchell3-42/+54
2000-11-19* decl.c (grokparms): Don't create parameters of `void' type.Mark Mitchell2-4/+10
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2-33/+12
2000-11-17fix thinko in last changeNathan Sidwell1-1/+1
2000-11-17pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.Nathan Sidwell2-0/+7
2000-11-17cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.Nathan Sidwell4-216/+125
2000-11-17typeck2.c (incomplete_type_error): Reorganise to avoid excessive diagnostics.Nathan Sidwell2-6/+16
2000-11-17stringpool.c: New file.Zack Weinberg2-2/+6
2000-11-16mangle.c (write_special_name_constructor): Don't generate assembler junk when...Mark Mitchell2-6/+29
2000-11-16* call.c (op_error): Make error messages clearer.Nathan Sidwell2-6/+10
2000-11-15toplev.c (wrapup_global_declarations): Don't write out artificial static vari...Mark Mitchell2-13/+6
2000-11-15diagnostic.c (finish_abort): New fn.Jason Merrill2-0/+8
2000-11-15typeck.c (lookup_anon_field): Cope with qv qualifiers.Nathan Sidwell2-1/+5
2000-11-15class.c (build_vtbl_initializer): Fix typo in comment.Mark Mitchell3-3/+8
2000-11-14Fix cc1plus specs breakage.Jim Wilson2-3/+7
2000-11-14typeck.c (c_sizeof): Be strict about casting result value back to c_size_type...Richard Henderson2-47/+68
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers2-12/+6
2000-11-11function.c (assign_parms): If TREE_ADDRESSABLE is set...Jason Merrill2-3/+4
2000-11-11decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics in inlines.Jason Merrill2-4/+10
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi3-4/+8
2000-11-10c-dump.c (dequeue_and_dump): Dump function bodies.Mark Mitchell2-2/+2
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell8-842/+68
2000-11-09decl.c (init_decl_processing): Change definition of __wchar_t to wchar_t.Eric Christopher3-87/+89
2000-11-09lex.c (do_identifier): Don't lookup_name for operators.Nathan Sidwell4-4/+16
2000-11-08decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type.Nathan Sidwell3-85/+62
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers6-9/+16
2000-11-07* cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.Neil Booth1-2/+3
2000-11-07decl.c (build_ptrmemfunc_type): Allow error_mark_node.Nathan Sidwell2-0/+7
2000-11-05Makefile.in: Remove all targets related to building distributions and diffs, ...Joseph Myers2-19/+5
2000-11-04decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from diffe...Mark Mitchell2-4/+11
2000-11-03builtins.c (expand_builtin_strlen): Remove unused mode argument.Zack Weinberg2-0/+5