aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-05-20* Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).H.J. Lu2-1/+5
2000-05-19Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES ...Mark Mitchell9-170/+160
2000-05-17decl2.c (finish_anon_union): Generalize error messages to handle anonymous st...Mark Mitchell4-117/+202
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney4-4/+13
2000-05-16cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.Mark Mitchell3-61/+28
2000-05-16class.c (copy_virtuals): New function.Mark Mitchell2-27/+85
2000-05-15decl2.c (lang_decode_option): Fix thinko.Gabriel Dos Reis2-3/+7
2000-05-14except.c (check_handlers): New fn.Jason Merrill5-11/+124
2000-05-14diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.Gabriel Dos Reis4-0/+25
2000-05-12tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.Nathan Sidwell3-35/+39
2000-05-11pedwarnJason Merrill1-1/+1
2000-05-11class.c (check_field_decls): Complain about non-static data members with same...Jason Merrill2-0/+12
2000-05-10decl.c (grokdeclarator): Allow non-static data members with same name as class.Jason Merrill2-5/+11
2000-05-09top level:Zack Weinberg10-37/+53
2000-05-08tinfo.cc (__dynamic_cast): Use a reinterpret_cast.Nathan Sidwell3-4/+15
2000-05-07cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place of std::size_t and...Nathan Sidwell4-56/+67
2000-05-06typeck.c (build_c_cast): Don't warn integer->pointer size mismatch for consta...Richard Henderson2-3/+7
2000-05-06rtti.c (ptmd_initializer): Set non-public, if class is incomplete.Nathan Sidwell5-6/+26
2000-05-05cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.Mark Mitchell5-37/+61
2000-05-04class.c (update_vtable_entry_for_fn): Prototype.Kaveh R. Ghazi4-3/+14
2000-05-04cp-tree.h (special_function_kind): Add various kinds of destructors.Mark Mitchell5-9/+64
2000-05-03Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.Jason Merrill1-3/+3
2000-05-03cp-tree.def (THUNK_DECL): Remove.Mark Mitchell11-80/+122
2000-05-02spelling tweakJason Merrill1-1/+1
2000-05-02* tree.c (walk_tree): Set lineno.Jason Merrill2-2/+11
2000-05-02exception.cc: Update license notice.Mark Mitchell13-49/+209
2000-05-01tree.c (build_target_expr_with_type): If we already have a TARGET_EXPR, just ...Jason Merrill4-12/+38
2000-05-01cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New macro.Mark Mitchell8-38/+57
2000-05-01decl.c (finish_destructor_body): Use the base destructor when destroying virt...Scott Snyder2-1/+6
2000-05-01expr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs.Mark Mitchell3-6/+66
2000-05-01* decl2.c (finish_file): Fix typo in comment.Mark Mitchell2-1/+3
2000-04-30* method.c (emit_thunk): Don't try to return a `void' value.Mark Mitchell2-1/+6
2000-04-30optimize.c (initialize_inlined_parameters): If the parameter is addressable...Mark Mitchell2-1/+9
2000-04-28revertJason Merrill2-9/+0
2000-04-28* decl.c (grok_op_properties): Add an extra check of argtypes.Cosmin Truta2-14/+19
2000-04-28tree.c (get_callee_fndecl): Extract the initial value from a readonly decl.Jason Merrill2-0/+9
2000-04-28optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying variables.Mark Mitchell2-2/+41
2000-04-28Makefile.in (OBJS): Add timevar.o.Alex Samuel3-20/+16
2000-04-26cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.Mark Mitchell10-33/+42
2000-04-25dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.Jason Merrill2-16/+5
2000-04-25correct commentJason Merrill1-4/+3
2000-04-25ir.texi: Correct typo.Gabriel Dos Reis2-1/+5
2000-04-25* decl.c (grokdeclarator): Reject VLAs as members.Martin v. Löwis2-0/+18
2000-04-25call.c (standard_conversion): Accept conversion between COMPLEX_TYPEsGabriel Dos Reis3-0/+31
2000-04-24decl2.c (finish_file): Remove double setup for accounting compile time.Zack Weinberg2-5/+5
2000-04-24Respective ChangeLogs for common, cp/, java/Robert Lipe2-5/+5
2000-04-24new.cc (set_new_handler): Needs to be in std::.Benjamin Kosnik2-1/+5
2000-04-24cp-tree.h (lang_decl): Remove pretty_function_p.Mark Mitchell6-62/+95
2000-04-23typeck.c (c_expand_asm_operands): Restore the original contents of the output...Richard Henderson2-2/+11
2000-04-22ir.texi: Document complex number representation.Gabriel Dos Reis2-1/+30