aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-07re PR c++/35734 (ICE with copy constructor in derived class)Jason Merrill1-1/+3
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-12/+18
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-6/+6
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-13/+13
2008-02-14re PR c++/5645 (gcc warns that pure virtual class not explicitly initialized)Manuel López-Ibáñez1-0/+22
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-21/+63
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-0/+2
2008-01-29re PR c++/35007 (Firefox fails to build with affentry.cpp:94: error: ISO C++ ...Jason Merrill1-1/+6
2008-01-27re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill1-2/+6
2008-01-25re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill1-1/+2
2008-01-23re PR c++/33984 (bit-fields, references and overloads)Jakub Jelinek1-5/+9
2007-11-08class.c (build_ctor_vtbl_group): Lay out the new type and decl.Daniel Jacobowitz1-0/+3
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor1-16/+21
2007-10-29re PR c++/33841 (ICE with non-integral bit-field)Jakub Jelinek1-7/+6
2007-10-22re PR c++/33620 (internal compiler error: canonical types differ for identica...Jason Merrill1-0/+3
2007-09-28re PR c++/10179 (alignment attributes are not inherited correctly with empty ...Jason Merrill1-3/+13
2007-09-20re PR c++/7586 (Incorrect handling of attributes in template codes)Jason Merrill1-10/+2
2007-09-05re PR c++/30302 (ICE with invalid member in anonymous struct)Paolo Carlini1-4/+19
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-20re PR c++/7302 (-Wnon-virtual-dtor should't complain of protected dtor)Pawel Sikora1-7/+9
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-4/+3
2007-07-03re PR c++/32609 (ICE in htab_clear_slot at libiberty/hashtab.c:722)Richard Guenther1-1/+1
2007-06-15[multiple changes]Andrew Pinski1-7/+13
2007-06-15cp-tree.h (DECL_VAR_MARKED_P): Remove.Mark Mitchell1-17/+30
2007-04-11class.c (convert_to_base_statically): Fold produced tree; verify that we are ...Jan Hubicka1-4/+10
2007-04-09re PR c++/31449 ([4.1] static_cast can remove const-ness)Mark Mitchell1-1/+12
2007-04-04winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore dllimport attribute of v...Danny Smith1-10/+0
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+4
2007-03-14class.c (warn_hidden): Add OPT_Woverloaded_virtual to warning.Manuel López-Ibáñez1-2/+2
2007-03-02re PR c++/28253 (ICE with invalid covariant return)Simon Martin1-1/+2
2007-02-23class.c (note_name_declared_in_class): Make declaration changes meaning a ped...Richard Guenther1-3/+3
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