aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-27re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz1-3/+8
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+2
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-5/+5
2010-05-13typeck.c (cp_build_array_ref): Factor out from...Jason Merrill1-1/+1
2010-05-13typeck.c (build_array_ref): Take complain parm.Jason Merrill1-1/+1
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-1/+1
2010-05-03re PR c++/43680 ([DR 1022] G++ is too aggressive in optimizing away bounds ch...Jason Merrill1-8/+2
2010-04-27re PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform id-expression into clas...Jason Merrill1-0/+28
2010-04-27re PR c++/41468 (SFINAE for expressions doesn't consider ambiguous conversion...Jason Merrill1-3/+8
2010-04-27re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien ChĂȘne1-1/+29
2010-02-24class.c (layout_class_type): Don't give -Wabi warning for a bug in a previous...Jason Merrill1-0/+1
2010-02-18re PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution test)Jason Merrill1-0/+2
2010-01-20re PR c++/41788 (-Wpacked option changes the layout of packed non-POD structs)Jason Merrill1-0/+5
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-8/+8
2009-12-11re PR c++/42225 (GCC 4.5 ICE (segfault) on C++ templated code)Dodji Seketeli1-1/+1
2009-12-03re PR c++/42217 (ICE with zero-length bit-field)Dodji Seketeli1-1/+6
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-9/+3
2009-11-19DR 176 permissivenessJason Merrill1-0/+1
2009-11-19re PR c++/561 (std:unclear about Overloaded Function Pointer resolution)Jason Merrill1-27/+12
2009-11-06re PR c++/9381 (attribute on member function pointer have no effect)Jason Merrill1-0/+3
2009-11-05re PR c++/7046 (#pragma pack(1) context evaluated at point of instantiation r...Jason Merrill1-0/+3
2009-10-27Allow no-capture lambdas to convert to function pointer.Jason Merrill1-1/+2
2009-10-26PR c++/38796, Core issue 906Jason Merrill1-30/+31
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-1/+20
2009-09-08class.c (currently_open_class): Make sure we're dealing with the main variant.Jason Merrill1-0/+2
2009-08-27gengtype.c (main): Handle uint64_t.Richard Guenther1-1/+0
2009-08-24cp-tree.h (DECL_DEFERRED_FN): Remove.Jason Merrill1-2/+0
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-24/+37
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-7/+62
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-99/+78
2009-06-24re PR c++/40342 (ambiguous overload not diagnosed)Jason Merrill1-1/+1
2009-06-18class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez1-1/+1
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-6/+11
2009-05-25re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill1-1/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-3/+14
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-1/+1
2009-05-05typeck.c (cp_build_compound_expr): Require RHS to have a known type.Nathan Sidwell1-21/+3
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-15class.c (build_vtbl_ref_1): Remove call to assemble_external.Rafael Avila de Espindola1-1/+0
2009-04-07re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill1-13/+21
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-6/+18
2009-03-05re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun...Jason Merrill1-1/+32
2009-03-04re PR c++/9634 ([DR224] Injected class name as qualifier should not make the ...Jason Merrill1-0/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-11re PR c++/30111 (Value-initialization of POD base class doesn't initialize me...Jason Merrill1-0/+3
2009-02-11re PR c++/38649 (Trouble with defaulted constructors)Jason Merrill1-3/+4
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet1-1/+2
2009-01-05re PR c++/38701 (ICE with defaulted function)Jason Merrill1-1/+2
2008-12-10re PR c++/37971 (Rejects default argument that is a template via access fail...Mark Mitchell1-11/+17