aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-12-05* error.c (dump_expr): Fix format specifier warning.Kaveh R. Ghazi2-1/+6
2002-12-04class.c (finish_struct_1): Correct comment.Geoffrey Keating3-3/+7
2002-12-04PR c++/8461, c++/8625Jason Merrill5-54/+23
2002-12-04re PR c++/8799 (ICE: Error reporting routines re-entered.)Gabriel Dos Reis2-0/+9
2002-12-03call.c (build_user_type_conversion_1): Don't set ICS_BAD_FLAG on an ambiguous...Jason Merrill2-1/+7
2002-12-03re PR c++/8688 (ICE with segfault on missing comma in initializer of 2D array.)Mark Mitchell2-0/+13
2002-12-03re PR c++/8720 (ICE with bitwise or (3 operands))Mark Mitchell3-6/+21
2002-12-02DR 180Kriang Lerdsuwanakij2-12/+15
2002-12-01re PR c++/5919 (ICE when passing variable array to template function)Mark Mitchell2-14/+14
2002-12-01re PR c++/8727 (compiler confused by inheritance from an anonymous struct)Mark Mitchell4-1/+31
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell4-5/+14
2002-12-01re PR c++/8227 (g++ 3.3: ctors not called in static array initialization)Mark Mitchell4-29/+33
2002-12-01re PR c++/8214 (character conversion problem)Mark Mitchell2-2/+16
2002-11-30re PR c++/8511 ((hopefully) reproducible cc1plus SIGSEGV.)Mark Mitchell2-5/+20
2002-11-29anon2.C: New test.Joe Buck2-0/+7
2002-11-29class.c (walk_subobject_offsets): Recur on binfos as well as on types.Mark Mitchell2-54/+91
2002-11-27class.c (build_base_field): Make sure we get the canonical base when descendi...Mark Mitchell2-1/+9
2002-11-27Index: cp/ChangeLogGeoffrey Keating2-1/+18
2002-11-26cp-tree.h (DECL_LANG_FLAG_4): Document more uses.Nathan Sidwell3-4/+10
2002-11-26tree.c (cp_build_qualified_type_real): Correct handling of array types.Mark Mitchell1-4/+14
2002-11-26empty11.C: New test.Mark Mitchell3-13/+43
2002-11-25search.c (is_subobject_of_p_1): Fix thinko.Mark Mitchell2-3/+9
2002-11-24class.c (layout_class_type): Reuse tail padding when laying out virtual bases.Mark Mitchell2-5/+20
2002-11-22rtti2.C: New test.Mark Mitchell2-2/+5
2002-11-21re PR c++/8342 (g++.jason/pmf7.C fails on i586-pc-linux-gnu)Glen Nakamura2-3/+11
2002-11-20pt.c (for_each_template_parm): Free allocated memory.Mark Mitchell3-13/+56
2002-11-19gcc.c (The Specs Language): Document spec functions.Jason Thorpe2-0/+10
2002-11-15ChangeLog: Follow spelling conventions.Kazu Hirata3-5/+11
2002-11-14tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg2-2/+10
2002-11-14class.c (dfs_find_final_overrider): Adjust so that the most derived object is...Mark Mitchell2-47/+37
2002-11-09re PR c++/8389 (Access to members of base class & templates)Kriang Lerdsuwanakij4-21/+36
2002-11-08class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of vcall offfsets.Mark Mitchell2-95/+138
2002-11-08re PR c++/8338 (Infinite loop on illegal code)Mark Mitchell2-20/+61
2002-11-07class.c (add_implicitly_declared_members): Put implicitly declared functions ...Mark Mitchell2-6/+23
2002-11-06* decl2.c (finish_file): Correct spelling.Geoffrey Keating2-1/+5
2002-11-04call.c (build_special_member_call): Do not try to lookup VTTs by name.Mark Mitchell6-245/+226
2002-11-02PR c/7353 reduxZack Weinberg2-3/+14
2002-10-31re PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang.c:304)Jason Merrill4-6/+44
2002-10-31restore old commentJason Merrill1-2/+5
2002-10-31cp-tree.h (lang_decl_flags): Remove init_priority.Mark Mitchell4-14/+15
2002-10-31re PR c++/8160 (ICE in build_modify_expr, at cp/typeck.c:5494: Array initiali...Mark Mitchell3-0/+17
2002-10-30Core issue 287, PR c++/7639Kriang Lerdsuwanakij7-152/+225
2002-10-30re PR c++/8287 (GCC3.2: Destructor called for non-constructed local object)Mark Mitchell2-8/+12
2002-10-26call.c (build_over_call): Use DECL_CONTEXT, not DECL_VIRTUAL_CONTEXT.Mark Mitchell7-94/+57
2002-10-25re PR c++/7266 (pedantic segfaults on missing typename)Zack Weinberg2-3/+10
2002-10-25class.c (build_vtbl_initializer): Don't use build_vtable_entry.Mark Mitchell6-128/+96
2002-10-25re PR c++/7228 (ICE when using member template and template function)David Edelsohn4-13/+33
2002-10-25class.c (end_of_base): New method.Mark Mitchell2-17/+40
2002-10-24* class.c (check_field_decls): Fix typo.Mark Mitchell1-1/+1
2002-10-24class.c (check_field_decls): Fix typo.Mark Mitchell1-0/+4