aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-24re PR c++/8067 (g++ 3.2 internal error: Segmentation fault)Mark Mitchell2-0/+10
2002-10-23re PR c++/7679 (The compiler crashes wen a right parentesis is missing)Mark Mitchell2-2/+26
2002-10-23langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg4-68/+30
2002-10-22re PR c++/6579 (Infinite loop with statement expressions in member initializa...Mark Mitchell2-0/+33
2002-10-22target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson2-18/+23
2002-10-22class.c (empty_base_at_nonzero_offset_p): New function.Mark Mitchell2-3/+47
2002-10-21class.c (include_empty_classes): Use normalize_rli.Mark Mitchell2-8/+24
2002-10-21decl.c (reshape_init): Tweak handling of character arrays.Mark Mitchell2-1/+3
2002-10-21re PR c++/8218 (Excessively large amount of memory used with classes with lar...Mark Mitchell3-3/+44
2002-10-20alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell3-5/+14
2002-10-19c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...Zack Weinberg2-4/+9
2002-10-18target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell3-8/+26
2002-10-18* class.c (base_derived_from): Make sure return value is a bool.Mark Mitchell2-1/+5
2002-10-18(strictly_overrides): Remove.Mark Mitchell1-19/+0
2002-10-18class.c (find_final_overrider_data_s): Remove overriding_fn and overriding_base.Mark Mitchell2-107/+56
2002-10-18re PR c++/8080 ([Regression in main trunk] g++ 3.3 ICE in make_decl_rtl)Jason Merrill2-2/+14
2002-10-18class.c (add_method): Compare template parms too.Nathan Sidwell2-0/+11
2002-10-17re PR c++/7584 (Erroneous ambiguous base error on using declaration)Mark Mitchell2-2/+9
2002-10-17pt.c (convert_template_argument): Revert this change: 2002-10-16 Mark Mitchel...Mark Mitchell2-3/+7
2002-10-17init.c (expand_default_init): Handle brace-enclosed initializers correctly.Mark Mitchell2-10/+10
2002-10-17mangle.c (write_expression): Correct handling of enumeration constants.Mark Mitchell3-5/+22
2002-10-17re PR c++/7478 (internal compiler error on static_cast inside template)Mark Mitchell2-2/+14
2002-10-16re PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)Mark Mitchell2-1/+7
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2-1/+7
2002-10-15decl.c (reshape_init): Fix typo.Mark Mitchell5-19/+132
2002-10-15call.c (call_builtin_trap): New fn.Jason Merrill2-5/+30
2002-10-15class.c (check_field_decls): Remove empty_p parameter.Mark Mitchell3-57/+86
2002-10-15init.c (build_delete): Do not apply save_expr for arrays.Nathan Sidwell2-6/+10
2002-10-15decl.c (layout_var_decl): Call layout_decl even for variables whose type is a...Mark Mitchell2-1/+8
2002-10-14re PR c++/7176 (g++ confused by friend and static member with same name)Mark Mitchell3-3/+10
2002-10-11re PR c++/5661 (Gcc 3.0.3 Seg faults compiling bad code)Mark Mitchell5-13/+93
2002-10-11Move ChangeLog entry where it belongsGabriel Dos Reis1-0/+8
2002-10-11PRs C++/6803, C++/7721 and C++/7803Gabriel Dos Reis2-0/+15
2002-10-11init.c (build_field_list): Provide uses_unions_p with a default value.Jason Molenda2-1/+8
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell10-189/+401