aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-126/+126
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-309/+309
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-42/+8
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell1-22/+28
2005-05-24class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs.Ziemowit Laski1-0/+5
2005-05-08class.c (vtbl_init_data_s): Change the type of fns to VEC(tree,gc)*.Kazu Hirata1-7/+5
2005-05-02class.c (current_lang_depth, [...]): Use VEC instead of VARRAY.Kazu Hirata1-4/+3
2005-05-02class.c (local_classes, [...]): Use VEC instead of VARRAY.Kazu Hirata1-2/+2
2005-04-25re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jakub Jelinek1-0/+3
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-17/+17
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-19/+19
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