class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
[gcc.git] / gcc / cp / class.c
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-25 Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-14 Ian Lance Taylorpasses.c (finish_optimization_passes): Change i to...
2009-05-05 Nathan Sidwelltypeck.c (cp_build_compound_expr): Require RHS to have...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-15 Rafael Avila de... class.c (build_vtbl_ref_1): Remove call to assemble_ext...
2009-04-08 Jason Merrillre PR c++/34691 (Default argument checking not performe...
2009-04-02 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-03-05 Jason Merrillre PR c++/38908 (Unexplained "'<anonymous>' is used...
2009-03-04 Jason Merrillre PR c++/9634 ([DR224] Injected class name as qualifie...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-11 Jason Merrillre PR c++/30111 (Value-initialization of POD base class...
2009-02-11 Jason Merrillre PR c++/38649 (Trouble with defaulted constructors)
2009-01-23 Adam Nemetc-decl.c (finish_struct): Move code to set DECL_PACKED...
2009-01-05 Jason Merrillre PR c++/38701 (ICE with defaulted function)
2008-12-10 Mark Mitchellre PR c++/37971 (Rejects default argument that is...
2008-12-08 Richard Hendersonre PR middle-end/38240 (Vector type definitions not...
2008-12-04 Jason Merrillre PR c++/37906 (has_trivial_default_constructor vs...
2008-10-29 Manuel López-Ibáñezre PR middle-end/11492 (Bogus warning with -Wsign-compare)
2008-10-06 Aldy Hernandezc-decl.c (finish_decl): Pass input_location to build_un...
2008-09-03 Jason Merrillre PR c++/37208 (C++0x deleted functions and SFINAE)
2008-09-03 Aldy Hernandezdiagnostic.c (error_at): New.
2008-09-01 Aldy Hernandeztree.c (protected_set_expr_location): New.
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-08 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2008-07-27 H.J. Lure PR c++/36944 (Revision 138123 breaks constructors...
2008-07-25 Jason Merrillclass.c (type_has_user_provided_default_constructor...
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-06-14 Simon Martinre PR c++/35317 (ICE with operator delete[] and ellipsis)
2008-05-12 Tomas Bilytypeck2.c (digest_init): Use CONVERT_EXPR_P.
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-04-07 Jason Merrillre PR c++/35734 (ICE with copy constructor in derived...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-03-02 Manuel López-Ibáñezre PR c++/24924 (front end and preprocessor pedantic_er...
2008-02-14 Manuel López-Ibáñezre PR c++/5645 (gcc warns that pure virtual class not...
2008-02-04 Jason Merrillre PR c++/33916 (Default constructor fails to initializ...
2008-01-29 Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
2008-01-29 Jason Merrillre PR c++/35007 (Firefox fails to build with affentry...
2008-01-28 Jason Merrillre PR c++/27177 (ICE in build_simple_base_path, at...
2008-01-26 Jason Merrillre PR c++/27177 (ICE in build_simple_base_path, at...
2008-01-23 Jakub Jelinekre PR c++/33984 (bit-fields, references and overloads)
2007-11-08 Daniel Jacobowitzclass.c (build_ctor_vtbl_group): Lay out the new type...
2007-11-06 Douglas Gregorre PR c++/31439 (ICE with variadic template and broken...
2007-10-29 Jakub Jelinekre PR c++/33841 (ICE with non-integral bit-field)
2007-10-22 Jason Merrillre PR c++/33620 (internal compiler error: canonical...
2007-09-28 Jason Merrillre PR c++/10179 (alignment attributes are not inherited...
2007-09-20 Jason Merrillre PR c++/7586 (Incorrect handling of attributes in...
2007-09-05 Paolo Carlinire PR c++/30302 (ICE with invalid member in anonymous...
2007-08-25 Kaveh R. Ghazic-common.c (vector_types_convertible_p, [...]): Constify.
2007-08-20 Pawel Sikorare PR c++/7302 (-Wnon-virtual-dtor should't complain...
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-03 Richard Guentherre PR c++/32609 (ICE in htab_clear_slot at libiberty...
2007-06-16 Andrew Pinski[multiple changes]
2007-06-15 Mark Mitchellcp-tree.h (DECL_VAR_MARKED_P): Remove.
2007-04-11 Jan Hubickaclass.c (convert_to_base_statically): Fold produced...
2007-04-09 Mark Mitchellre PR c++/31449 ([4.1] static_cast can remove const...
2007-04-04 Danny Smithwinnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore...
2007-03-30 Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-14 Manuel López-Ibáñezclass.c (warn_hidden): Add OPT_Woverloaded_virtual...
2007-03-02 Simon Martinre PR c++/28253 (ICE with invalid covariant return)
2007-02-23 Richard Guentherclass.c (note_name_declared_in_class): Make declaration...
2007-02-04 Kazu Hirataclass.c, [...]: Follow spelling conventions.
2007-01-17 Ian Lance Taylorvec.h (VEC_reserve_exact): Define.
2007-01-06 Lee Millwardre PR c++/19439 (Duplicate destructor accepted)
2006-11-28 Mark Mitchellclass.c (build_vcall_offset_vtbl_entries): Do not add...
2006-11-20 Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-11-04 Roger Saylecall.c (build_op_delete_call): Test user-visible type...
2006-10-12 Lee Millwardre PR c++/27961 (ICE on invalid template declaration)
2006-09-20 Danny Smithre PR target/27650 (internal compiler error while compi...
2006-08-30 Jason Merrillre PR c++/26670 (attribute((packed)) sometimes not...
2006-08-29 Jason Merrillre PR c++/26670 (attribute((packed)) sometimes not...
2006-08-27 Lee Millwardre PR c++/26573 (Duplicate message for static member...
2006-08-26 Mark Mitchellre PR c++/28588 (static private function)
2006-07-06 Jason Merrillre PR c++/13983 (no warning on some non-POD struct...
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-06 Mike StumpFix up whitespacing
2006-05-30 Mark Mitchellre PR c++/27803 (ICE with invalid bit-field)
2006-05-02 Mark Mitchellre PR c++/27309 (ICE on invalid constructor definition)
2006-04-24 Volker Reicheltre PR c++/19963 (ICE on invalid member declaration)
2006-04-23 Mark Mitchellre PR c++/26534 ([4.1] bitfield wrong optimize)
2006-04-19 Mark Mitchellre PR c++/27102 (ICE with invalid class name in functio...
2006-04-17 Janis JohnsonPR c++/26114, c++/26115
2006-02-18 Mark Mitchellre PR c++/26266 (Trouble with static const data members...
2006-02-13 Volker Reicheltcp-tree.h (warn_hidden): Remove prototype.
2006-02-10 Volker Reicheltclass.c (debug_class): Remove extern.
2006-02-03 Lee Millwardtypeck.c (string_conv_p): Pass appropiate OPT_Wxxxx...
2006-01-29 Gabriel Dos Reiscall.c (alloc_conversion): Use cast when converting...
2006-01-28 Gabriel Dos Reisclass.c (check_bases): Likewise.
2006-01-28 Mark Mitchellre PR c++/25855 (template specialisation not always...
2006-01-25 Volker Reicheltcp-tree.h (get_primary_binfo): Remove prototype.
2006-01-23 Volker Reicheltcp-tree.h (get_vtt_name): Remove prototype.
2006-01-22 Mark Mitchellre PR c++/25895 (wrong code with ?: and derived class...
2006-01-19 Mark Mitchellre PR c++/25836 (G++ does not allow a conversion of...
2006-01-12 Nathan Sidwellre PR debug/24824 (ICE: in build_abbrev_table, at dwarf...
next