aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-5/+5
2007-01-17vec.h (VEC_reserve_exact): Define.Ian Lance Taylor1-1/+7
2007-01-06re PR c++/19439 (Duplicate destructor accepted)Lee Millward1-78/+71
2006-11-28class.c (build_vcall_offset_vtbl_entries): Do not add vcall entries for a pri...Mark Mitchell1-1/+8
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-2/+2
2006-11-04call.c (build_op_delete_call): Test user-visible type against size_type_node...Roger Sayle1-1/+1
2006-10-12re PR c++/27961 (ICE on invalid template declaration)Lee Millward1-0/+1
2006-09-20re PR target/27650 (internal compiler error while compiling Gecode)Danny Smith1-0/+10
2006-08-30re PR c++/26670 (attribute((packed)) sometimes not ignored for non-PODs)Jason Merrill1-6/+10
2006-08-29re PR c++/26670 (attribute((packed)) sometimes not ignored for non-PODs)Jason Merrill1-4/+7
2006-08-27re PR c++/26573 (Duplicate message for static member in local class)Lee Millward1-4/+0
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-125/+36
2006-07-05re PR c++/13983 (no warning on some non-POD struct with packed attribute)Jason Merrill1-36/+28
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-0/+3
2006-06-06Fix up whitespacingMike Stump1-25/+25
2006-05-30re PR c++/27803 (ICE with invalid bit-field)Mark Mitchell1-12/+12
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell1-0/+3
2006-04-24re PR c++/19963 (ICE on invalid member declaration)Volker Reichelt1-0/+2
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-0/+23
2006-04-19re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell1-13/+21
2006-04-17PR c++/26114, c++/26115Janis Johnson1-2/+4
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-1/+1
2006-02-13cp-tree.h (warn_hidden): Remove prototype.Volker Reichelt1-1/+1
2006-02-10class.c (debug_class): Remove extern.Volker Reichelt1-2/+2
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-8/+6
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-5/+6
2006-01-28class.c (check_bases): Likewise.Gabriel Dos Reis1-20/+31
2006-01-28re PR c++/25855 (template specialisation not always found (partial ordering))Mark Mitchell1-1/+3
2006-01-25cp-tree.h (get_primary_binfo): Remove prototype.Volker Reichelt1-4/+3
2006-01-23cp-tree.h (get_vtt_name): Remove prototype.Volker Reichelt1-10/+1
2006-01-22re PR c++/25895 (wrong code with ?: and derived class pointers)Mark Mitchell1-4/+12
2006-01-19re PR c++/25836 (G++ does not allow a conversion of templated types)Mark Mitchell1-10/+44
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