aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-04re PR c++/9127 (Confusing diagnostic on specialization not introduced by "tem...Mark Mitchell1-0/+10
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-7/+7
2003-08-29re PR c++/11928 (c++ typedef handling)Mark Mitchell1-2/+21
2003-08-23re PR c++/3765 (member using declaration can't change access from public)Kriang Lerdsuwanakij1-21/+23
2003-08-04re PR c++/11713 (declaration conflicts)Mark Mitchell1-0/+14
2003-07-23re PR c++/11645 (Failure to deal with using and private inheritance)Mark Mitchell1-24/+31
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-2/+2
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell1-3/+1
2003-07-09parser.c (cp_parser_primary_expression): Preserve the form of qualified expre...Mark Mitchell1-0/+7
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-3/+1
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-6/+3
2003-07-07* search.c (lookup_base_r): Remove unused variable.Andreas Jaeger1-2/+0
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-5/+5
2003-07-06re PR c++/11345 (ICE in build_base_path)Mark Mitchell1-53/+14
2003-07-05call.c: Fix comment typos.Kazu Hirata1-2/+2
2003-06-26re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...Mark Mitchell1-27/+57
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-20/+16
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell1-74/+119
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-1/+1
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-4/+5
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-7/+2
2003-04-29re PR c++/10515 (problem when initializing a field in a union)Mark Mitchell1-2/+1
2003-04-22re PR c++/10446 (ICE on a definition of a nonexistent member function of a ne...Mark Mitchell1-3/+8
2003-04-20re PR c++/10405 (Segfault in setup_class_bindings)Nathan Sidwell1-11/+15
2003-03-30re PR c++/7647 (ICE when data member has the name of the enclosing class)Mark Mitchell1-15/+29
2003-03-13re PR c++/9420 (incomplete type incorrectly reported)Jason Merrill1-2/+2
2003-03-11re PR c++/9820 (ice in build_baselink (templates))Jason Merrill1-1/+5
2003-02-21search.c (bfs_walk_grow): Remove.Nathan Sidwell1-76/+37
2003-02-20Change base class access representation.Nathan Sidwell1-520/+277
2003-02-19search.c (grow_bfs_bases): New subroutine of bfs_walk.Zack Weinberg1-36/+102
2003-02-15search.c: ANSIfy function declarations and definitions.Nathan Sidwell1-273/+135
2003-01-30class.c (check_field_decls): Only check C_TYPE_FIELDS_READONLY for class types.Mark Mitchell1-1/+1
2003-01-17re PR c++/9294 ([new parser] parser enters infinite loop)Mark Mitchell1-2/+2
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-4/+4
2003-01-14config-lang.in: Add semantics.c to gtfiles.Kriang Lerdsuwanakij1-35/+0
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+0
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-15/+15
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-72/+69
2002-11-25search.c (is_subobject_of_p_1): Fix thinko.Mark Mitchell1-3/+4
2002-11-20pt.c (for_each_template_parm): Free allocated memory.Mark Mitchell1-9/+39
2002-11-14tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg1-2/+3
2002-11-04call.c (build_special_member_call): Do not try to lookup VTTs by name.Mark Mitchell1-3/+2
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-2/+3
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-11/+11
2002-09-16Remove DR 295 implementation.Nathan Sidwell1-9/+10
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-4/+4
2002-08-09call.c (standard_conversion): Use build_ptrmem_type.Mark Mitchell1-0/+44
2002-08-08Rework build_component_ref.Mark Mitchell1-7/+10