aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-04re PR c++/50965 (C++11 Non static member initializer are not run when class i...Olivier Goffart1-0/+6
2011-11-01re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill1-2/+2
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill1-1/+1
2011-10-26re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini1-1/+1
2011-10-19re PR c++/13657 (Error message incorrectly describes return type as argument ...Paolo Carlini1-2/+2
2011-10-18re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill1-6/+52
2011-10-13class.c (sorted_fields_type_new): Factor out of ...Diego Novillo1-3/+17
2011-10-02class.c (fixed_type_or_null): Handle NSDMI.Jason Merrill1-4/+7
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill1-1/+9
2011-09-24re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini1-11/+13
2011-09-23Core 234 - allow const objects with no initializer or user-provided default...Jason Merrill1-0/+34
2011-09-20cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.Jason Merrill1-1/+1
2011-09-05class.c (trivial_default_constructor_is_constexpr): Rename from synthesized_d...Jason Merrill1-9/+20
2011-08-30re PR c++/50207 (G++ segv's on reduced test case)Jakub Jelinek1-3/+18
2011-08-23re PR c++/46862 (ICE on std::decimal::decimal32 without any fields)Jakub Jelinek1-1/+7
2011-08-13Fix bug in vtable initializationDavid Li1-2/+1
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-15/+6
2011-07-16re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd1-1/+1
2011-07-07re PR c++/49663 ([C++0x] ICE in lookup_base)Jason Merrill1-17/+3
2011-06-29re PR c++/45923 (constexpr diagnostics, more more)Jason Merrill1-1/+65
2011-06-29class.c (finalize_literal_type_property): Update conditions.Jason Merrill1-4/+2
2011-06-23re PR c++/49440 (Invalid dynamic_cast for unnamed namespace)Jason Merrill1-14/+3
2011-06-14re PR c++/49369 (typeof() strips const from member when used in const method)Jason Merrill1-16/+8
2011-05-24re PR c++/48884 (decltype's operand doesn't consider friend declaration)Jason Merrill1-3/+17
2011-05-18re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill1-2/+14
2011-05-14Implement final on class.Ville Voutilainen1-0/+4
2011-05-11re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill1-7/+2
2011-05-10re PR c++/48930 ([C++0x] Invalid implicitly declared default c'tor)Jason Merrill1-0/+21
2011-05-10Fixes for override/final.Ville Voutilainen1-6/+9
2011-05-09Implement final/override for member functions.Ville Voutilainen1-0/+5
2011-05-09re PR c++/48574 (ICE)Dodji Seketeli1-1/+1
2011-05-04re PR c++/48749 (internal compiler error: tree check: expected field_decl)Jason Merrill1-1/+11
2011-04-27class.c (resolve_address_of_overloaded_function): Don't change OVERLOAD to TR...Jason Merrill1-8/+1
2011-04-26class.c (cp_fold_obj_type_ref): Remove.Martin Jambor1-28/+0
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-2/+0
2011-04-13re PR c++/48574 (ICE)Dodji Seketeli1-0/+1
2011-04-12class.c (cp_fold_obj_type_ref): Call cgraph_get_node instead of cgraph_get_cr...Martin Jambor1-1/+1
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-03-29re PR c++/48296 ([C++0x] constexpr member function cannot use the class type ...Jason Merrill1-12/+6
2011-03-25Core 1135Jason Merrill1-0/+2
2011-02-28re PR c++/47873 (virtual Inheritance - Covariant Virtual Function - Segfault)Jason Merrill1-2/+2
2011-02-22re PR c++/47666 (ICE in dfs_walk_once)Dodji Seketeli1-28/+65
2011-02-10class.c (type_has_constexpr_default_constructor): Make sure the caller stripp...Jason Merrill1-1/+5
2010-11-08Correct conversion/overflow behavior.Jason Merrill1-0/+3
2010-11-04semantics.c (speculative_access_check): New.Jason Merrill1-1/+1
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-4/+2
2010-11-02Restore canonical type comparison for dependent type(def)sDodji Seketeli1-1/+1
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-1/+1
2010-10-31class.c (is_really_empty_class): Work when type is not complete.Jason Merrill1-17/+24
2010-10-30class.c (layout_vtable_decl): Call build_array_of_n_type.Nathan Froyd1-6/+5