aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-02-27updateJason Merrill1-1/+6
2000-02-27Implement class scope using-declarations for functions.Jason Merrill8-201/+205
2000-02-27semantics.c (simplify_aggr_init_exprs_p): Don't walk into types.Mark Mitchell2-2/+17
2000-02-27rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info pseudo_type_inf...Alfred Minarik2-0/+12
2000-02-27cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.Mark Mitchell6-7/+37
2000-02-26* lang-options.h (-fmessage-length=): Add missing option.Richard Kenner2-1/+5
2000-02-26* Make-lang.in (CXX_SRCS): Add .h files and sort list.Richard Kenner2-12/+17
2000-02-26Restore missing dataRichard Kenner1-1/+5054
2000-02-27Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg2-1/+5
2000-02-26Fix copyrightsJeff Law30-30/+48
2000-02-25Fix 3 ia64 g++ testsuite failures, and groff miscompilation.Jim Wilson2-9/+13
2000-02-25lex.c (check_newline): Use push_srcloc and pop_srcloc, rather than duplicatin...Mark Mitchell6-138/+139
2000-02-24decl.c (grokdeclarator): Diagnose qualifiers on non-member function type, rat...Nathan Sidwell2-5/+15
2000-02-23decl.c (grokdeclarator): Call decl_type_access_control.Jason Merrill4-816/+828
2000-02-23* decl.c (decls_match): Remove obsolete static member nadgering.Nathan Sidwell2-21/+5
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis13-82/+96
2000-02-22cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.Mark Mitchell6-222/+345
2000-02-21call.c (build_object_call): Compress consecutive calls to cp_error.Gabriel Dos Reis7-41/+63
2000-02-21cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.Mark Mitchell4-60/+176
2000-02-20class.c (build_vtable): New function, split out from ...Mark Mitchell3-30/+39
2000-02-19Move language-specific entriesRichard Kenner1-1/+21
2000-02-20class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in comment.Mark Mitchell2-25/+36
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner6-61/+69
2000-02-18semantics.c (deferred_type_access_control): Walk the entire type_lookups list.Jason Merrill7-1111/+1203
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis2-2/+6
2000-02-18class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.Mark Mitchell3-5/+4
2000-02-17ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.Mark Mitchell4-0/+10
2000-02-17invoke.texi (-fmessage-length=n): Document.Mark Mitchell2-6/+9
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell18-206/+245
2000-02-16* decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.Jason Merrill2-8/+4
2000-02-16configure (gcc_version): When setting, narrow search to lines containing `ver...Kaveh R. Ghazi2-1/+5
2000-02-15Jonathan Larmour <jlarmour@redhat.co.uk>:Jonathan Larmour2-5/+10
2000-02-16decl2.c (lang_decode_option): Enable automatic line wrapping.Gabriel Dos Reis2-0/+7
2000-02-13parse.y (frob_specs): Split out...Jason Merrill5-853/+864
2000-02-10ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be used to creat...Mark Mitchell2-2/+8
2000-02-10class.c (dfs_modify_vtables): Tweak calculation of functions to override.Mark Mitchell2-6/+15
2000-02-08typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to strip array ele...Nathan Sidwell2-2/+8
2000-02-07decl.c (store_parm_decls): Don't build cleanups for parameters while processi...Mark Mitchell2-1/+8
2000-02-07cp-tree.h (struct saved_scope): Add incomplete field.Jason Merrill11-947/+1200
2000-02-07tweak wordingJason Merrill2-3/+3
2000-02-06tinfo.h: Remove apostrophes from C++ comment (xgettext thinks this file is pl...Zack Weinberg2-2/+7
2000-02-06Makefile.in (call.o): Depend on $(EXPR_H).Kaveh R. Ghazi5-1/+14
2000-02-01parse.y (simple_stmt): Allow :: token in asm parameter list.Ulrich Drepper3-2695/+2733
2000-01-31Fix gdb testsuite regressions.Jim Wilson2-4/+15
2000-01-31tinfo.h (old abi): #include "tconfig.h".Jason Merrill3-21/+20
2000-01-31cp-tree.h (BINFO_VIRTUALS): Tweak documentation.Mark Mitchell4-473/+311
2000-01-31tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.Jason Merrill3-5/+19
2000-01-31* cp-tree.h (make_thunk): PROTO -> PARAMS.Kaveh R. Ghazi2-1/+5
2000-01-31cp-tree.h (new_abi_rtti_p): Use flag_new_abi.Nathan Sidwell7-21/+1234
2000-01-31class.c (build_vtable): Rename to build_primary_vtable.Mark Mitchell2-53/+88