aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-03class.c (add_method): Always build an OVERLOAD for using-decls.Jason Merrill1-3/+7
2012-01-29re PR c++/51327 ([c++0x] [4.7 Regression] ICE with invalid constexpr parameter)Paolo Carlini1-1/+21
2012-01-24+ PR c++/51928 + * class.c (set_method_tm_attributes): Use TARGET_THUNK inste...Aldy Hernandez1-1/+6
2012-01-23re PR c++/51925 (ICE in tsubst with using and template function)Jason Merrill1-0/+2
2012-01-19re PR c++/51889 (can't override a using-declaration in a template)Jason Merrill1-0/+12
2012-01-13re PR c++/51620 ([c++0x] [4.6/4.7 Regression] ICE with private destructor)Jason Merrill1-0/+12
2012-01-10re PR c++/51614 (ICE with ambiguous base class)Jason Merrill1-2/+17
2011-12-21re PR c++/51611 ([c++0x] ICE with non-static data member initializer and virt...Jason Merrill1-0/+13
2011-12-16re PR c++/51331 (bad code generated when explicitly calling auto-generated co...Jason Merrill1-1/+12
2011-11-24re PR c++/51290 (Bogus warning: zero as null pointer constant with static_cast)Paolo Carlini1-1/+1
2011-11-17class.c (add_implicitly_declared_members): Update move conditions.Jason Merrill1-2/+9
2011-11-17re PR c++/51137 ([C++0x] [4.7 Regression] ICE with -std=c++0x and virtual inh...Jason Merrill1-7/+7
2011-11-14re PR c++/6936 (member "using" binds wrong)Fabien ChĂȘne1-12/+0
2011-11-09re PR c++/51029 ([C++0x] [4.7 Regression] ICE with -std=c++0x)Jason Merrill1-0/+5
2011-11-09re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...Paolo Carlini1-2/+3
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-3/+151
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