aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-02-18class.c (add_vcall_offset_vtbl_entries_1): Only add one entry for a destructor.Mark Mitchell2-2/+12
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell7-154/+68
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill12-132/+195
2001-02-18init.c (build_new): Allow enumeration types for the array-bounds in a direct-...Mark Mitchell3-2/+10
2001-02-18pt.c (check_explicit_specialization): Copy TREE_PRIVATE and TREE_PROTECTED fr...Mark Mitchell2-0/+10
2001-02-17decl2.c (build_artificial_parm): Set TREE_READONLY.Jason Merrill4-2/+15
2001-02-17* call.c (check_dtor_name): Handle template names correctly.Mark Mitchell2-0/+13
2001-02-17improve commentJason Merrill1-1/+6
2001-02-16cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill6-21/+14
2001-02-16decl.c (check_tag_decl): Make sure a typedef for an anonymous class-type intr...Gabriel Dos Reis2-0/+29
2001-02-16call.c (convert_like_real): Create a temporary for non-lvalue.Jakub Jelinek2-1/+5
2001-02-16cp-tree.h: Fix typos in comments.Jeffrey Oldham2-3/+7
2001-02-16tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.Jason Merrill2-11/+23
2001-02-16pt.c (push_template_decl_real): Don't remangle the name of a class template.Mark Mitchell2-1/+20
2001-02-16pt.c (push_template_decl_real): Don't remangle the name of a class template.Mark Mitchell2-1/+8
2001-02-15Fix typosDJ Delorie1-3/+3
2001-02-15Makefile.in (install-common): Don't depend on installdirs here.Jim Meyering2-3/+9
2001-02-16* typeck2.c (build_m_component_ref): Robustify.Mark Mitchell2-7/+12
2001-02-15friend.c (do_friend): Don't take the nested [template] class into account whe...Alexandre Oliva2-3/+15
2001-02-14* typeck.c (build_unary_op): Clarify error message.Jakub Jelinek2-1/+5
2001-02-14optional parens around connstructor namesAldy Hernandez2-4/+17
2001-02-14cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c section.Nathan Sidwell4-8/+12
2001-02-14Kill remnants of this is variable.Nathan Sidwell7-42/+55
2001-02-14pt.c (unify): Don't check cv quals of array types.Nathan Sidwell2-0/+8
2001-02-14tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to check whether we ...Nathan Sidwell2-1/+6
2001-02-14cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell6-62/+94
2001-02-13* lang-specs.h: Add more __EXCEPTIONS.Jason Merrill2-1/+7
2001-02-12typeck2.c (process_init_constructor): Check TREE_HAS_CONSTRUCTOR before issui...Nathan Sidwell2-4/+16
2001-02-12pt.c (maybe_adjust_types_for_deduction, [...]): Remove spurious information i...Nathan Sidwell2-18/+10
2001-02-12extend.texi (Deprecated): Deprecate new initializer lists.Nathan Sidwell3-3/+11
2001-02-12Remove old ABI support.Mark Mitchell20-3191/+244
2001-02-12Makefile.in (GXX_ABI_FLAG): Don't define.Mark Mitchell3-32/+4
2001-02-11Makefile.in (gcc.o): Fix typos.Mark Mitchell2-3/+7
2001-02-09* lang-specs.h: Restore definition of __EXCEPTIONS.Jason Merrill2-0/+6
2001-02-08search.c (shared_member_p): New function.Jason Merrill8-49/+153
2001-02-07defaults.h (CPLUSPLUS_CPP_SPEC): New macro.Mark Mitchell2-0/+8
2001-02-06pt.c (lookup_template_class): Make sure it's a primary template or template_t...Nathan Sidwell2-1/+13
2001-02-05method.c (build_mangled_name): Protect flush_repeats() from error_mark_node.Alexandre Oliva2-0/+15
2001-02-05invoke.texi (-fdump-class-layout): Document.Nathan Sidwell6-229/+566
2001-02-05Makefile.in (s-mlib): Don't build multilibs if --disable-multilib.Mark Mitchell2-0/+6
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner4-13/+28
2001-02-04cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell5-40/+112
2001-02-03decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C...Jakub Jelinek4-5/+13
2001-02-02cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.Jakub Jelinek4-37/+11
2001-02-02gcc.c (init_gcc_specs): New function.Mark Mitchell3-3/+25
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers7-47/+61
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi4-9/+14
2001-01-28Clarify comment.Jakub Jelinek1-2/+2
2001-01-28optimize.c (copy_body_r): If MODIFY_EXPR has both arguments identical and the...Jakub Jelinek2-0/+26
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi10-14/+17