aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-06-28cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.Mark Mitchell4-65/+145
2000-06-27* decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.Mark Mitchell2-1/+5
2000-06-26search.c (hides): Remove.Nathan Sidwell2-38/+21
2000-06-26decl2.c (handle_class_head): Bash typedefs to the type's main decl.Nathan Sidwell2-1/+8
2000-06-26cp-tree.h (genrtl_begin_stmt_expr): Rename to ...Mark Mitchell4-27/+37
2000-06-25gengenrtl.c (special_rtx): Fix typo in comment.Theodore Papadopoulo2-2/+6
2000-06-24decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.Jason Merrill5-3284/+3326
2000-06-23parse.y (template_arg): Convert TEMPLATE_DECL that is a template template par...Kriang Lerdsuwanakij11-683/+752
2000-06-23in include/ChangeLog:Alex Samuel3-2/+29
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell12-151/+325
2000-06-22pt.c (tsubst_decl, [...]): Clear DECL_SAVED_TREE.Jason Merrill4-14/+57
2000-06-22call.c (build_x_va_arg): Check if in a template decl.Nathan Sidwell3-1/+9
2000-06-21class.c (push_lang_context): TYPE_NAME gets you to the Java types DECLs.Alexandre Petit-Bianco3-8/+19
2000-06-21pt.c (tsubst_decl, [...]): Fix test for TYPE_DECLs for which we don't need to...Jason Merrill2-13/+11
2000-06-21parse.y (program): Always call finish_translation_unit.Nathan Sidwell3-807/+817
2000-06-20cpplex.c (parse_name): Don't warn about $ in identifiers if skipping.Zack Weinberg2-1/+4
2000-06-20* rtti.c (get_base_offset): Cope when vbase field is in a base.Nathan Sidwell2-2/+21
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell12-42/+56
2000-06-19c-common.h (IF_COND): Added documentation.Ben Chelf8-705/+1090
2000-06-16c-common.c (c_tree_code_type): New array.Benjamin Chelf3-15/+23
2000-06-16cp-tree.h (finish_mem_initializers): Declare.Mark Mitchell6-755/+769
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell12-977/+1125
2000-06-15tree.c (count_trees): New debugging function.Jason Merrill8-8/+51
2000-06-15* cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.Mark Mitchell2-1/+5
2000-06-14c-common.h (IF_COND): Moved here from cp/cp-tree.h.Benjamin Chelf6-144/+116
2000-06-14cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.Mark Mitchell3-5/+48
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek8-3/+40
2000-06-13Make-lang.in (c++.install-common): Install g++-cross in $(gcc_tooldir)/bin as...Maciej W. Rozycki2-0/+16
2000-06-12class.c (vcall_offset_data_s): Add last_init and fns.Mark Mitchell2-86/+106
2000-06-12optimize.c (expand_call_inline): Don't recurse into the code used to initiali...Mark Mitchell2-3/+11
2000-06-12mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.Mark Mitchell5-43/+73
2000-06-11Warning fixes:Kaveh R. Ghazi2-1/+5
2000-06-11decl.c (add_binding): Handle duplicate declarations of external variables.Mark Mitchell2-0/+15
2000-06-11mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an argument.Chip Salzenberg2-105/+169
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg4-3/+9
2000-06-09Revert last patchMark Mitchell1-0/+9
2000-06-09Revert last patchMark Mitchell5-268/+36
2000-06-09cp-tree.h (cp_tree_index): Remove Java types.Mark Mitchell5-45/+268
2000-06-09revert mangling patchJason Merrill14-312/+2254
2000-06-09timevar.def: Add TV_EXPAND.Jason Merrill5-3/+22
2000-06-09lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @' whenever @ is a symb...Gabriel Dos Reis2-2/+7
2000-06-08invoke.texi: Remove documentation for -fsquangle and -fname-mangling-version.Mark Mitchell14-2254/+312
2000-06-08* method.c (make_thunk): Clear DECL_VTT_PARM in thunk.Jakub Jelinek2-0/+5
2000-06-07decl.c (pushdecl): Look up functions by DECL_NAME, not DECL_ASSEMBLER_NAME.Mark Mitchell2-48/+43
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell2-0/+8
2000-06-06decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have the same DEC...Mark Mitchell2-55/+2
2000-06-06diagnostic.c (output_maximum_width): Remove.Gabriel Dos Reis5-20/+14
2000-06-06decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have the same DEC...Mark Mitchell1-0/+7
2000-06-06eh-common.h (EH_ALLOC_SIZE, [...]): New #defines.Nathan Sidwell2-23/+8
2000-06-05search.c (maybe_suppress_debug_info): Don't check CLASSTYPE_INTERFACE_ONLY if...Jason Merrill6-60/+120