summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* * cp-tree.h (build_java_class_ref): Declare.tromey2000-03-024-11/+154
* * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlinkkenner2000-03-022-11/+13
* revert last patchjason2000-03-012-13/+0
* * typeck.c (convert_for_assignment): Warn about conversion to bool.jason2000-03-012-0/+13
* Reorganize some warning codecrux2000-03-012-39/+41
* * search.c (protected_accessible_p): Use context_for_name_lookup.jason2000-03-013-2/+5
* * init.c (construct_virtual_bases): Fix thinko.jason2000-03-012-1/+6
* * c-decl.c (current_function_decl): Move to toplev.c.loewis2000-02-292-4/+4
* * pt.c (fn_type_unification): Unify return type, whenevernathan2000-02-293-17/+25
* * Eliminate DECL_FIELD_SIZE.kenner2000-02-294-24/+22
* * search.c (protected_accessible_p): Also allow the access ifjason2000-02-282-35/+37
* regenjason2000-02-281-808/+808
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-2713-129/+170
* updatejason2000-02-271-1/+6
* Implement class scope using-declarations for functions.jason2000-02-278-201/+205
* * semantics.c (simplify_aggr_init_exprs_p): Don't walk intommitchel2000-02-272-2/+17
* * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_infommitchel2000-02-272-0/+12
* * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.mmitchel2000-02-276-7/+37
* * lang-options.h (-fmessage-length=): Add missing option.kenner2000-02-272-1/+5
* * Make-lang.in (CXX_SRCS): Add .h files and sort list.kenner2000-02-272-12/+17
* Restore missing datakenner2000-02-271-1/+5054
* * Makefile.in (STMP_FIXINC): New toggle.zack2000-02-272-1/+5
* Fix copyrightslaw2000-02-2630-30/+48
* Fix 3 ia64 g++ testsuite failures, and groff miscompilation.wilson2000-02-262-9/+13
* * lex.c (check_newline): Use push_srcloc and pop_srcloc, rathermmitchel2000-02-256-138/+139
* * decl.c (grokdeclarator): Diagnose qualifiers on non-membernathan2000-02-242-5/+15
* * decl.c (grokdeclarator): Call decl_type_access_control.jason2000-02-234-816/+828
* * decl.c (decls_match): Remove obsolete static member nadgering.nathan2000-02-232-21/+5
* Refer to the standard as an ISO document, not an ANSI one.loewis2000-02-2213-82/+96
* * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.mmitchel2000-02-226-222/+345
* 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-02-217-41/+63
* * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.mmitchel2000-02-214-60/+176
* * class.c (build_vtable): New function, split out from ...mmitchel2000-02-203-30/+39
* Move language-specific entrieskenner2000-02-201-1/+21
* * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo inmmitchel2000-02-202-25/+36
* * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner2000-02-206-61/+69
* * semantics.c (deferred_type_access_control): Walk the entirejason2000-02-187-1111/+1203
* * gcc.texi (Bug Reporting): Refer to bugs.html.loewis2000-02-182-2/+6
* * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.mmitchel2000-02-183-5/+4
* 2000-02-17 Mark Mitchell <mark@codesourcery.com>mmitchel2000-02-174-0/+10
* * invoke.texi (-fmessage-length=n): Document.mmitchel2000-02-172-6/+9
* Make DECL_CONTEXT mean the class in which a member function wasmmitchel2000-02-1618-206/+245
* * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.jason2000-02-162-8/+4
* * configure (gcc_version): When setting, narrow search toghazi2000-02-162-1/+5
* Jonathan Larmour <jlarmour@redhat.co.uk>:rth2000-02-162-5/+10
* 2000-01-16 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-02-162-0/+7
* * parse.y (frob_specs): Split out...jason2000-02-135-853/+864
* * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can bemmitchel2000-02-102-2/+8
* * class.c (dfs_modify_vtables): Tweak calculation of functions tommitchel2000-02-102-6/+15
* * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, tonathan2000-02-082-2/+8