aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-01-07* lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.Nathan Sidwell2-0/+6
2000-01-07decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.Jason Merrill4-20/+47
2000-01-06error.c (dump_decl): operator new, not operatornew.Jason Merrill4-3/+26
2000-01-05decl2.c (lookup_arg_dependent): Deal with FNS not being a FUNCTION_DECL.Nathan Sidwell2-2/+10
2000-01-05typeck.c (build_static_cast): Don't strip target qualifiers when casting from...Nathan Sidwell2-3/+10
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi2-2/+6
2000-01-03Update.Ulrich Drepper1-0/+5
2000-01-03(flag_isoc9x): New variable to be able to use code in c-common.c.Ulrich Drepper1-297/+300
2000-01-03cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.Mark Mitchell4-11/+29
2000-01-03cp-tree.h (CLASSTYPE_VFIELDS): Move definition.Mark Mitchell4-203/+174
2000-01-03class.c (struct base_info): Remove.Mark Mitchell2-86/+44
2000-01-02Add missing ChangeLogMark Mitchell1-0/+15
2000-01-02cp-tree.h (dfs_mark_primary_bases_queue_p): New function.Mark Mitchell5-248/+366
2000-01-02cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.Mark Mitchell2-48/+119
2000-01-02cp-tree.h (skip_rtti_stuff): Adjust prototype.Mark Mitchell5-31/+48
2000-01-02class.c (build_vtable): Don't return a value.Mark Mitchell2-49/+47
2000-01-01Fix date of last check-inMartin v. Löwis1-1/+1
2000-01-01* call.c (build_new_method_call): Also check destructors.Martin v. Löwis2-3/+11
2000-01-01cp-tree.h (VF_NORMAL_VALUE): Remove.Mark Mitchell3-122/+60
1999-12-31cp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.Mark Mitchell7-36/+52
1999-12-30* class.c (fixup_inline_methods): Clear CLASSTYPE_INLINE_FRIENDS.Mark Mitchell2-0/+5
1999-12-29class.c (create_vtable_ptr): Put the vtable at the beginning of the class, no...Mark Mitchell3-26/+93
1999-12-29cp-tree.h (lang_type): Add nearly_empty_p.Mark Mitchell3-2/+46
1999-12-29cp-tree.h (do_inline_function_hair): Remove.Mark Mitchell5-127/+155
1999-12-29cp-tree.h (lang_type): Replace abstract_virtuals with pure_virtuals.Mark Mitchell9-45/+71
1999-12-26acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg2-2/+7
1999-12-26decl.c (store_return_init): Use mode of old RTL generated for DECL_RESULT, no...Mark Mitchell3-1/+20
1999-12-24toplev.h (note_deferall_of_defined_inline_function): Declare.Mark Mitchell2-0/+7
1999-12-22* dump.c (dequeue_and_dump): Handle CTOR_STMTs.Mark Mitchell2-0/+13
1999-12-22* error.c (dump_decl): Support named return values.Alexandre Oliva2-0/+9
1999-12-21cp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments.Mark Mitchell5-130/+182
1999-12-21cp-tree.h (TYPE_VIRTUAL_P): Rename to ...Mark Mitchell13-80/+99
1999-12-20typeck.c (strip_all_pointer_quals): New static function.Nathan Sidwell2-7/+24
1999-12-20current_function -> cfunBernd Schmidt5-27/+26
1999-12-17cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.Mark Mitchell7-88/+242
1999-12-16class.c (check_field_decls): Don't return a value.Mark Mitchell5-295/+365
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell3-35/+28
1999-12-16class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODS out of the clas...Mark Mitchell7-297/+348
1999-12-15function.c (retrofit_block): Abort if we don't find a suitable insn.Jason Merrill3-20/+28
1999-12-15tweak commentsJason Merrill1-2/+2
1999-12-15typeck.c (build_c_cast): Expand warning message.Nathan Sidwell2-12/+24
1999-12-15cp-tree.h (make_aggr_type): Declare.Richard Henderson10-47/+73
1999-12-15cp-tree.def (TEMPLATE_PARM_INDEX): Calculate size using sizeof (struct tree_c...Jason Merrill2-7/+15
1999-12-15optimize.c (expand_call_inline): Set BLOCK_ABSTRACT_ORIGIN on the outermost b...Jason Merrill2-0/+8
1999-12-14error.c (dump_decl): operator==, not operator ==.Jason Merrill4-11/+35
1999-12-15class.c (check_field_decls): Split out from ...Mark Mitchell2-238/+282
1999-12-14cp-tree.h (remap_save_expr): Add walk_subtrees parameter.Mark Mitchell4-4/+16
1999-12-14dump.c (dequeue_and_dump): Dump DECL_NAMESPACE_ALIAS.Mark Mitchell4-1/+29
1999-12-14class.c (finish_base_struct): Allow multiple COM base classes as well as non-...Mumit Khan2-6/+8
1999-12-14lex.c (saving_parse_to_obstack): New global.Mumit Khan2-2/+17