summaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/50965 (C++11 Non static member initializer are not run when class i...Olivier Goffart2011-11-041-0/+6
* re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill2011-11-011-2/+2
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-311-1/+1
* re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini2011-10-261-1/+1
* re PR c++/13657 (Error message incorrectly describes return type as argument ...Paolo Carlini2011-10-191-2/+2
* re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill2011-10-181-6/+52
* class.c (sorted_fields_type_new): Factor out of ...Diego Novillo2011-10-131-3/+17
* class.c (fixed_type_or_null): Handle NSDMI.Jason Merrill2011-10-021-4/+7
* Implement C++11 non-static data member initializers.Jason Merrill2011-09-241-1/+9
* re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini2011-09-241-11/+13
* Core 234 - allow const objects with no initializer or user-provided default...Jason Merrill2011-09-231-0/+34
* cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.Jason Merrill2011-09-201-1/+1
* class.c (trivial_default_constructor_is_constexpr): Rename from synthesized_d...Jason Merrill2011-09-051-9/+20
* re PR c++/50207 (G++ segv's on reduced test case)Jakub Jelinek2011-08-301-3/+18
* re PR c++/46862 (ICE on std::decimal::decimal32 without any fields)Jakub Jelinek2011-08-231-1/+7
* Fix bug in vtable initializationDavid Li2011-08-131-2/+1
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-15/+6
* re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd2011-07-161-1/+1
* re PR c++/49663 ([C++0x] ICE in lookup_base)Jason Merrill2011-07-071-17/+3
* re PR c++/45923 (constexpr diagnostics, more more)Jason Merrill2011-06-291-1/+65
* class.c (finalize_literal_type_property): Update conditions.Jason Merrill2011-06-291-4/+2
* re PR c++/49440 (Invalid dynamic_cast for unnamed namespace)Jason Merrill2011-06-231-14/+3
* re PR c++/49369 (typeof() strips const from member when used in const method)Jason Merrill2011-06-141-16/+8
* re PR c++/48884 (decltype's operand doesn't consider friend declaration)Jason Merrill2011-05-241-3/+17
* re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill2011-05-181-2/+14
* Implement final on class.Ville Voutilainen2011-05-141-0/+4
* re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill2011-05-111-7/+2
* re PR c++/48930 ([C++0x] Invalid implicitly declared default c'tor)Jason Merrill2011-05-101-0/+21
* Fixes for override/final.Ville Voutilainen2011-05-101-6/+9
* Implement final/override for member functions.Ville Voutilainen2011-05-091-0/+5
* re PR c++/48574 (ICE)Dodji Seketeli2011-05-091-1/+1
* re PR c++/48749 (internal compiler error: tree check: expected field_decl)Jason Merrill2011-05-041-1/+11
* class.c (resolve_address_of_overloaded_function): Don't change OVERLOAD to TR...Jason Merrill2011-04-271-8/+1
* class.c (cp_fold_obj_type_ref): Remove.Martin Jambor2011-04-261-28/+0
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka2011-04-171-2/+0
* re PR c++/48574 (ICE)Dodji Seketeli2011-04-131-0/+1
* class.c (cp_fold_obj_type_ref): Call cgraph_get_node instead of cgraph_get_cr...Martin Jambor2011-04-121-1/+1
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-1/+1
* re PR c++/48296 ([C++0x] constexpr member function cannot use the class type ...Jason Merrill2011-03-291-12/+6
* Core 1135Jason Merrill2011-03-251-0/+2
* re PR c++/47873 (virtual Inheritance - Covariant Virtual Function - Segfault)Jason Merrill2011-02-281-2/+2
* re PR c++/47666 (ICE in dfs_walk_once)Dodji Seketeli2011-02-221-28/+65
* class.c (type_has_constexpr_default_constructor): Make sure the caller stripp...Jason Merrill2011-02-101-1/+5
* Correct conversion/overflow behavior.Jason Merrill2010-11-081-0/+3
* semantics.c (speculative_access_check): New.Jason Merrill2010-11-041-1/+1
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-4/+2
* Restore canonical type comparison for dependent type(def)sDodji Seketeli2010-11-021-1/+1
* call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill2010-11-011-1/+1
* class.c (is_really_empty_class): Work when type is not complete.Jason Merrill2010-10-311-17/+24
* class.c (layout_vtable_decl): Call build_array_of_n_type.Nathan Froyd2010-10-301-6/+5