aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-20rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.Nathan Sidwell5-31/+128
2000-04-20fix last changeJason Merrill1-1/+2
2000-04-20typeck.c (build_x_function_call): Resolve an OFFSET_REF.Jason Merrill4-6/+17
2000-04-19typoJason Merrill1-1/+1
2000-04-18cccp.c, [...]: Removed.Zack Weinberg2-1/+5
2000-04-18cp-tree.h (lang_decl_flags): Remove const_memfunc and volatile_memfunc.Mark Mitchell5-23/+32
2000-04-18decl2.c (grokfield): Issue error on illegal data member declaration.Mark Mitchell2-1/+22
2000-04-17* method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.Mark Mitchell2-0/+5
2000-04-17class.c (build_vtable_entry): Don't build thunks for type-info functions.Mark Mitchell2-1/+9
2000-04-16decl.c (decls_match): Allow a redeclaration of a builtin to specify args whil...Jason Merrill2-1/+7
2000-04-16Fix typoMark Mitchell1-1/+1
2000-04-16cp-tree.def (THUNK_DECL): Add to documentation.Mark Mitchell6-104/+216
2000-04-15Makefile.in (ggc-page.o): Now includes toplev.h.Richard Kenner2-4/+8
2000-04-13class.c (build_base_field): Reformat comment.Nathan Sidwell3-3/+16
2000-04-12Fix typoMark Mitchell1-24/+7
2000-04-12Fix typoMark Mitchell1-1/+1