aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-01call.c (add_template_candidates_real): Remove length parameter from fn_type_u...Nathan Sidwell1-1/+1
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-10/+10
2005-03-07class.c (finish_struct_1): Do not warn about non-virtual destructors in Java ...Mark Mitchell1-1/+3
2005-03-01re PR c++/20232 (ICE with covariancy)Nathan Sidwell1-6/+10
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-4/+4
2005-02-17re PR c++/20028 (class and then template class gives an ICE)Alexandre Oliva1-0/+1
2005-02-15re PR c++/17788 (poor diagnostic for missing reference initializer)Alexandre Oliva1-51/+16
2005-02-14re PR c++/19891 (Covariant returns are broken)Nathan Sidwell1-21/+69
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-75/+85
2005-01-25class.c (abort_fndecl_addr): New variable.Andrew Pinski1-8/+19
2005-01-17class.c (get_enclosing_class): Remove.Kazu Hirata1-29/+0
2005-01-06Update copyright dateasMark Mitchell1-1/+1
2005-01-06re PR c++/19244 (Typedef of anonymous class incorrectly handled in member fun...Mark Mitchell1-11/+5
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-21/+21
2004-12-20cp-tree.h (note_decl_for_pch): New function.Mark Mitchell1-0/+2
2004-12-17re PR c++/17821 (Poor diagnostic for using . instead of ->)Nathan Sidwell1-5/+7
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell1-4/+1
2004-12-13re PR c++/18968 (ICE: tree check: expected ssa_name, have addr_expr in vrp_hash)Andrew Pinski1-2/+5
2004-12-14re PR target/18925 (Invalid gprel relocation in PIC)Mark Mitchell1-1/+7
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-3/+0
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij1-2/+0
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-11/+15
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-6/+7
2004-10-21re PR c++/18073 (mmintrin.h rejected by C++ frontend)Mark Mitchell1-7/+20
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-4/+8
2004-10-12class.c (dfs_modify_vtables): Simplify condition.Nathan Sidwell1-30/+34
2004-10-11cp-tree.h (SAME_BINFO_TYPE_P): New.Nathan Sidwell1-21/+22
2004-10-08cp-tree.h (dfs_walk, [...]): Remove.Nathan Sidwell1-76/+45
2004-10-07cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.Mark Mitchell1-14/+2
2004-10-04Convert diagnostics to use quoting flag q 2/nGabriel Dos Reis1-72/+75
2004-09-29re PR middle-end/17525 (ICE in emit_move_insn (non-BLKmode arg))Jason Merrill1-0/+1
2004-09-28class.c (VTT_TOP_LEVEL_P, [...]): Remove.Nathan Sidwell1-98/+67
2004-09-27class.c (struct count_depth_data): Remove.Nathan Sidwell1-36/+5
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-23/+8
2004-09-18call.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-16class.c (copy_virtuals): Remove.Nathan Sidwell1-19/+5
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell1-10/+9
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell1-3/+3
2004-09-10re PR c++/17386 (libstdc++ iostreams miscompilation)Richard Henderson1-24/+33
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell1-0/+1
2004-08-31hooks.c (hook_bool_void_true): New function.Mark Mitchell1-8/+24
2004-08-30cp-tree.h (initialize_artificial_var): Declare.Mark Mitchell1-14/+3
2004-08-30class.c (build_base_path): Use build_address directly.Richard Henderson1-1/+1
2004-08-30fold-const.c (tree_expr_nonzero_p): Use get_base_address before assuming an A...Richard Henderson1-2/+10
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-21/+13
2004-08-30tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell1-171/+129