]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/class.c
Merge from transactional-memory branch.
[thirdparty/gcc.git] / gcc / cp / class.c
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...
2010-06-08  Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-06  Fabien ChêneFix PR c++/44086
2010-06-03  Nathan Froydclass.c (struct vtbl_init_data_s): Remove last_init...
2010-06-03  H.J. LuCheck MAX_FIXED_MODE_SIZE on bit-field in C++.
2010-05-27  Kai Tietzre PR bootstrap/44287 (Failed to bootstrap)
2010-05-25  Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-05-19  Jason Merrillcall.c (reference_binding): Use cp_build_qualified_type...
2010-05-13  Jason Merrilltypeck.c (cp_build_array_ref): Factor out from...
2010-05-13  Jason Merrilltypeck.c (build_array_ref): Take complain parm.
2010-05-13  Jason Merrillcp-tree.h (UNKNOWN_TYPE): Remove.
2010-05-03  Jason Merrillre PR c++/43680 ([DR 1022] G++ is too aggressive in...
2010-04-27  Jason Merrillre PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform...
2010-04-27  Jason Merrillre PR c++/41468 (SFINAE for expressions doesn't conside...
2010-04-27  Fabien Chênere PR c++/42844 (const variable requires initializer...
2010-02-24  Jason Merrillclass.c (layout_class_type): Don't give -Wabi warning...
2010-02-19  Jason Merrillre PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution...
2010-01-20  Jason Merrillre PR c++/41788 (-Wpacked option changes the layout...
2009-12-17  Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-12-11  Dodji Seketelire PR c++/42225 (GCC 4.5 ICE (segfault) on C++ template...
2009-12-03  Dodji Seketelire PR c++/42217 (ICE with zero-length bit-field)
2009-12-02  Jakub Jelinekg++spec.c (lang_specific_driver): Remove unused saw_ver...
2009-11-20  Jason MerrillDR 176 permissiveness
2009-11-19  Jason Merrillre PR c++/561 (std:unclear about Overloaded Function...
2009-11-06  Jason Merrillre PR c++/9381 (attribute on member function pointer...
next