aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-15/+40
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-4/+0
2002-07-22PR c++/7347, c++/7348Kriang Lerdsuwanakij1-3/+4
2002-06-24cp-tree.h (SCALAR_TYPE_P): New macro.Mark Mitchell1-0/+9
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-3/+1
2002-04-25re PR c++/5607 (No pointer adjustment in covariant return types)Jason Merrill1-2/+1
2002-04-18re PR c++/5658 (Regression on redefinition of a type in a derived class.)Jason Merrill1-3/+3
2002-03-26re PR c++/5682 (ICE in build_secondary_vtable)Nathan Sidwell1-66/+21
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-14/+12
2002-02-28search.c (lookup_base_r): Don't clear is_non_public just because we found a f...Jason Merrill1-1/+2
2002-02-01re PR c++/4286 (Internal error: Segmentation fault)Jason Merrill1-7/+1
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-1/+1
2002-01-08* search.c (SET_BINFO_ACCESS): Add parenthesis.Graham Stott1-3/+3
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-4/+4
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-264/+33
2001-11-26search.c (lookup_base_r): Declare bk in variable declaration space.Aldy Hernandez1-4/+5
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-74/+190
2001-11-15parse.y: Add ...Jason Merrill1-3/+4
2001-10-28ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-13cp-tree.h (TYPE_BINFO): Update comment.Kriang Lerdsuwanakij1-3/+6