re PR c++/53594 ([C++11] Spurious -Wuninitialized warning for member with NSDMI)
[gcc.git] / gcc / cp / class.c
2012-06-25 Jakub Jelinekre PR c++/53594 ([C++11] Spurious -Wuninitialized warni...
2012-06-12 Jason Merrillpt.c (tsubst_expr): Instantiate local class.
2012-06-07 Fabien Chênere PR c++/51214 ([C++11] name lookup issue with c+...
2012-06-06 Paolo Carlinire PR c++/53567 ("ICE: Error reporting routines re...
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-12 Paolo Carlinigeneric.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
2012-04-26 Paolo Carlinire PR c++/53096 ([DR 1333] [c++11] should be possible...
2012-04-02 Paolo Carlinire PR c++/50043 ([C++0x] Implement core/1123)
2012-03-23 Paolo Carlinire PR c++/52487 ([C++11] ICE at cp/semantics.c:5613...
2012-03-04 Jason Merrillclass.c (add_method): Always build an OVERLOAD for...
2012-01-29 Paolo Carlinire PR c++/51327 ([c++0x] [4.7 Regression] ICE with...
2012-01-24 Aldy Hernandez+ PR c++/51928 + * class.c (set_method_tm_attributes...
2012-01-23 Jason Merrillre PR c++/51925 (ICE in tsubst with using and template...
2012-01-19 Jason Merrillre PR c++/51889 (can't override a using-declaration...
2012-01-13 Jason Merrillre PR c++/51620 ([c++0x] [4.6/4.7 Regression] ICE with...
2012-01-11 Jason Merrillre PR c++/51614 (ICE with ambiguous base class)
2011-12-21 Jason Merrillre PR c++/51611 ([c++0x] ICE with non-static data membe...
2011-12-16 Jason Merrillre PR c++/51331 (bad code generated when explicitly...
2011-11-24 Paolo Carlinire PR c++/51290 (Bogus warning: zero as null pointer...
2011-11-17 Jason Merrillclass.c (add_implicitly_declared_members): Update move...
2011-11-17 Jason Merrillre PR c++/51137 ([C++0x] [4.7 Regression] ICE with...
2011-11-14 Fabien Chênere PR c++/6936 (member "using" binds wrong)
2011-11-09 Jason Merrillre PR c++/51029 ([C++0x] [4.7 Regression] ICE with...
2011-11-09 Paolo Carlinire PR c++/51047 ([C++0x] SFINAE does not handle errors...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-04 Olivier Goffartre PR c++/50965 (C++11 Non static member initializer...
2011-11-01 Jason Merrillre PR c++/50500 ([C++0x] [DR 1082] move constructor...
2011-10-31 Jason Merrillre PR c++/50920 (add a -std=c++11 option to the driver)
2011-10-26 Paolo Carlinire PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with...
2011-10-19 Paolo Carlinire PR c++/13657 (Error message incorrectly describes...
2011-10-18 Jason Merrillre PR c++/50500 ([C++0x] [DR 1082] move constructor...
2011-10-13 Diego Novilloclass.c (sorted_fields_type_new): Factor out of ...
2011-10-02 Jason Merrillclass.c (fixed_type_or_null): Handle NSDMI.
2011-09-25 Jason MerrillImplement C++11 non-static data member initializers.
2011-09-24 Paolo Carlinire PR c++/44267 (SFINAE does not handle down static_cas...
2011-09-23 Jason MerrillCore 234 - allow const objects with no initializer...
2011-09-20 Jason Merrillcp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.
2011-09-05 Jason Merrillclass.c (trivial_default_constructor_is_constexpr)...
2011-08-30 Jakub Jelinekre PR c++/50207 (G++ segv's on reduced test case)
2011-08-23 Jakub Jelinekre PR c++/46862 (ICE on std::decimal::decimal32 without...
2011-08-13 David LiFix bug in vtable initialization
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-17 Nathan Froydre PR c++/45329 (When printing a list of candidate...
2011-07-07 Jason Merrillre PR c++/49663 ([C++0x] ICE in lookup_base)
2011-06-29 Jason Merrillre PR c++/45923 (constexpr diagnostics, more more)
2011-06-29 Jason Merrillclass.c (finalize_literal_type_property): Update condit...
2011-06-23 Jason Merrillre PR c++/49440 (Invalid dynamic_cast for unnamed names...
2011-06-14 Jason Merrillre PR c++/49369 (typeof() strips const from member...
2011-05-24 Jason Merrillre PR c++/48884 (decltype's operand doesn't consider...
2011-05-18 Jason Merrillre PR c++/48948 ([C++0x] constexpr friend function...
2011-05-14 Ville VoutilainenImplement final on class.
2011-05-11 Jason Merrillre PR c++/48948 ([C++0x] constexpr friend function...
2011-05-10 Jason Merrillre PR c++/48930 ([C++0x] Invalid implicitly declared...
2011-05-10 Ville VoutilainenFixes for override/final.
2011-05-09 Ville VoutilainenImplement final/override for member functions.
2011-05-09 Dodji Seketelire PR c++/48574 (ICE)
2011-05-05 Jason Merrillre PR c++/48749 (internal compiler error: tree check...
2011-04-27 Jason Merrillclass.c (resolve_address_of_overloaded_function): Don...
2011-04-26 Martin Jamborclass.c (cp_fold_obj_type_ref): Remove.
2011-04-17 Jan Hubickare PR middle-end/20991 (ICE in cgraph_mark_reachable_node)
2011-04-13 Dodji Seketelire PR c++/48574 (ICE)
2011-04-12 Martin Jamborclass.c (cp_fold_obj_type_ref): Call cgraph_get_node...
2011-04-12 Martin Jamborcgraph.h (cgraph_node): Remove function declaration.
2011-03-29 Jason Merrillre PR c++/48296 ([C++0x] constexpr member function...
2011-03-25 Jason MerrillCore 1135
2011-02-28 Jason Merrillre PR c++/47873 (virtual Inheritance - Covariant Virtua...
2011-02-22 Dodji Seketelire PR c++/47666 (ICE in dfs_walk_once)
2011-02-10 Jason Merrillclass.c (type_has_constexpr_default_constructor): Make...
2010-11-08 Jason MerrillCorrect conversion/overflow behavior.
2010-11-04 Jason Merrillsemantics.c (speculative_access_check): New.
2010-11-03 Nathan Froydbuiltins.c (fold_builtin_signbit): Use build_zero_cst...
2010-11-02 Dodji SeketeliRestore canonical type comparison for dependent type...
2010-11-02 Jason Merrillcall.c (null_ptr_cst_p): Use maybe_constant_value.
2010-11-01 Jason Merrillclass.c (is_really_empty_class): Work when type is...
2010-10-30 Nathan Froydclass.c (layout_vtable_decl): Call build_array_of_n_type.
2010-10-27 Gabriel Dos Reismethod.c (synthesized_method_walk): Track constexprness...
2010-10-27 Gabriel Dos Reisparser.c (cp_parser_ctor_initializer_opt_and_function_b...
2010-10-27 Gabriel Dos Reisclass.c (check_bases): Propagate non-literality.
2010-10-14 Jason Merrillre PR c++/45984 (ICE: canonical types differ for identi...
2010-09-27 Jason MerrillRequire lvalues as specified by the standard.
2010-09-15 Jakub Jelinekre PR c++/45635 (Failed to bootstrap on Linux/ia64)
2010-09-10 Jan Hubickare PR tree-optimization/45605 (Missed devirtualization)
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-17 Kai Tietzclass.c (note_name_declared_in_class): Make in 'extern...
2010-07-15 Jason Merrillre PR c++/44909 ([C++0x] Copy constructors implicitly...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-14 Jason MerrillImplement C++0x unrestricted unions (N2544)
2010-07-13 Jason Merrillre PR c++/44909 ([C++0x] Copy constructors implicitly...
2010-07-09 Jason Merrillre PR c++/43120 (Virtual inheritance with covariant...
2010-07-08 Jason Merrillre PR c++/43120 (Virtual inheritance with covariant...
2010-07-02 Jakub Jelinekre PR c++/44780 (Bogus set-but-not-used variable warning)
2010-06-30 Jason MerrillEnable implicitly declared move constructor/operator...
2010-06-30 Jason MerrillEnable implicitly deleted functions (N2346)
2010-06-30 Jason MerrillMachinery to support implicit delete/move.
2010-06-30 Jason Merrillclass.c (type_has_virtual_destructor): New.
2010-06-30 Jason Merrillcp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COP...
2010-06-28 Jakub Jelinekre PR c++/44682 (warning: variable ‘x’ set but not...
2010-06-16 Nathan Froydclass.c (build_vtbl_initializer): Adjust computation...
2010-06-15 Jason Merrillclass.c (add_implicitly_declared_members): Implicit...
2010-06-15 Jason Merrillclass.c (type_has_user_provided_default_constructor...
next