aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell10-154/+295
2000-04-11cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.Mark Mitchell12-46/+515
2000-04-11optimize.c (remap_decl): Avoid sharing structure for arrays whose size is onl...Mark Mitchell3-3/+11
2000-04-11cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr to has_in_char...Mark Mitchell10-45/+67
2000-04-11cp-tre.h (finish_function): Change prototype.Mark Mitchell13-44/+61
2000-04-11cp-tree.h (lang_type): Remove has_nonpublic_ctor and has_nonpublic_assign_ref.Mark Mitchell3-73/+23
2000-04-11extend.texi (-fthis-is-variable): Undocument.Martin v. Löwis3-5/+6
2000-04-10class.c (instantiate_type): Handle object-relative template-id.Jason Merrill10-735/+794
2000-04-10cxxabi.h (__pointer_type_info): Add restrict and incomplete flags.Nathan Sidwell4-48/+75
2000-04-10invoke.texi (-ansi): Remove -foperator-names from list of implied options.Martin v. Löwis2-2/+4
2000-04-10invoke.texi (-fno-gnu-keywords): Remove classof, headof, __classof__, and __h...Martin v. Löwis2-6/+4
2000-04-10cp-tree.h (struct lang_decl): Remove main_decl_variant.Mark Mitchell8-27/+20
2000-04-09vec.cc: Include <new> and <exception>.Nathan Sidwell2-17/+46
2000-04-09Prepend __ to implementation defined names.Nathan Sidwell5-294/+390
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell11-204/+182
2000-04-09Under the new ABI, constructors don't return `this'.Mark Mitchell6-176/+175
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...Mark Mitchell5-45/+88
2000-04-08tree.c (tree_expr_nonnegative_p): New function.Kaveh R. Ghazi2-4/+8
2000-04-07Rename abi::__vmi_class_type_info members.Nathan Sidwell3-27/+40
2000-04-07tinfo.cc (convert_to_base): New function.Nathan Sidwell2-25/+41
2000-04-06tinfo.cc (operator=): Use __builtin_strcmp.Jason Merrill3-2/+7
2000-04-06cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.Mark Mitchell8-66/+57
2000-04-06vec.cc: New file.Nathan Sidwell3-2/+171