aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-14/+29
2012-08-24PR c++/51213 (again)Jason Merrill1-8/+4
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-4/+4
2012-07-25cp-tree.h (tsubst_flags): Remove tf_no_access_control.Jason Merrill1-7/+4
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-8/+8
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-2/+4
2012-07-17decl.c (xref_basetypes): Complain about incomplete template base.Jason Merrill1-0/+9
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-07-03re PR c++/53619 ([C++11] wrong capture of "this" in lambda in case of multipl...Jason Merrill1-4/+2
2012-07-02re PR c++/53816 (internal compiler error: tree check: expected field_decl, ha...Jason Merrill1-1/+4
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-1/+2
2012-06-25re PR c++/53594 ([C++11] Spurious -Wuninitialized warning for member with NSDMI)Jakub Jelinek1-1/+2
2012-06-12pt.c (tsubst_expr): Instantiate local class.Jason Merrill1-1/+3
2012-06-07re PR c++/51214 ([C++11] name lookup issue with c++11 enums)Fabien ChĂȘne1-14/+61
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-2/+1
2012-04-26re PR c++/53096 ([DR 1333] [c++11] should be possible to default a copy ctor ...Paolo Carlini1-4/+2
2012-04-02re PR c++/50043 ([C++0x] Implement core/1123)Paolo Carlini1-0/+39
2012-03-23re PR c++/52487 ([C++11] ICE at cp/semantics.c:5613 with lambda capturing ref...Paolo Carlini1-2/+3
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