aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-12re PR debug/24824 (ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feli...Nathan Sidwell1-1/+1
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell1-1/+7
2005-12-20re PR c++/24915 (Overload errors generated without template instantiations fo...Mark Mitchell1-11/+17
2005-12-02ggc.h (GGC_RESIZEVEC): New.Gabriel Dos Reis1-3/+2
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-11-28re PR c++/21166 (g++ gives error on reference to packed structure elements)Nathan Sidwell1-1/+1
2005-11-07class.c (record_subobject_offsets): Don't record offsets past biggest empty c...Mark Mitchell1-13/+16
2005-11-06re PR c++/21308 (Very high compile time)Mark Mitchell1-9/+35
2005-10-18re PR c++/22604 (ICE after invalid covariant return)Nathan Sidwell1-6/+10
2005-10-15re PR c++/21347 (spurious warning with -Wctor-dtor-privacy)Mark Mitchell1-1/+4
2005-10-14re PR c++/23984 (second operand of PLUS_EXPR is NULL (in constructor))Nathan Sidwell1-6/+4
2005-10-12re PR target/21275 (gcc 4.0.0 crash with mingw when using stdout in global var)Danny Smith1-0/+5
2005-10-12re PR c++/19964 (ICE on invalid member declaration)Nathan Sidwell1-0/+3
2005-09-22re PR c++/21983 (multiple diagnostics)Jakub Jelinek1-6/+5
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-1/+2
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian1-3/+4
2005-08-01class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-21class.c (build_base_path): Fix typo.Andrew Pinski1-2/+2
2005-07-21re PR c++/22358 (C++ front-end produces mis-match types in MODIFY_EXPR)Andrew Pinski1-1/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-5/+5
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+0
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+1
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-58/+50
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