aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-05-04add c++/43145 tag to changelog and testcaseJason Merrill1-0/+1
2010-05-03re PR c++/43680 ([DR 1022] G++ is too aggressive in optimizing away bounds ch...Jason Merrill4-47/+58
2010-05-01Revert the accidental checkin in revision 158918.H.J. Lu2-5/+11
2010-04-30re PR c++/43868 (ICE with -g)Jason Merrill2-10/+17
2010-04-30Fix broken ChangeLog entrySteven Bosscher1-1/+1
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher6-5/+6
2010-04-30re PR c++/43779 (Parts of message not available for translation)Shujing Zhao2-35/+48
2010-04-30re PR c++/43890 (invalid uninitialized reference in class)Fabien Chêne2-9/+18
2010-04-28re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Manuel López-Ibáñez2-30/+66
2010-04-27* init.c (perform_member_init): Check CLASS_TYPE_P.Jason Merrill2-3/+9
2010-04-27re PR c++/29043 (Constructor for POD type with const member without member in...Fabien Chêne2-0/+12
2010-04-27tree.c (get_fns): Split out from get_first_fn.Jason Merrill5-12/+19
2010-04-27semantics.c (finish_non_static_data_member): Call maybe_dummy_object whenever...Jason Merrill2-36/+15
2010-04-27semantics.c (finish_qualified_id_expr): Use maybe_dummy_object rather than ch...Jason Merrill2-22/+14
2010-04-27re PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform id-expression into clas...Jason Merrill6-4/+78
2010-04-27* semantics.c (baselink_for_fns): Correct BASELINK_BINFO.Jason Merrill2-1/+4
2010-04-27re PR c++/43875 ([C++0x] ICE on invalid lambda return)Jason Merrill2-0/+9
2010-04-27re PR c++/43790 ([C++0x] In lambda express, calling member function of non-ca...Jason Merrill2-1/+9
2010-04-27re PR c++/41468 (SFINAE for expressions doesn't consider ambiguous conversion...Jason Merrill2-0/+6
2010-04-27re PR c++/41468 (SFINAE for expressions doesn't consider ambiguous conversion...Jason Merrill4-8/+26
2010-04-27re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien Chêne4-7/+66
2010-04-21re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Jason Merrill4-1/+21
2010-04-20re PR c++/43800 (FAIL: libgomp.c++/for-4.C)Dodji Seketeli2-1/+22
2010-04-20tree.h (TYPE_REF_IS_RVALUE): Define.Jakub Jelinek2-5/+4
2010-04-19re PR c++/43704 (ICE: tree check: accessed elt 2 of tree_vec with 1 elts in t...Dodji Seketeli2-5/+13
2010-04-19tree.h (ENUM_IS_SCOPED): Define.Jakub Jelinek2-4/+8
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2-1/+6
2010-04-14re PR c++/36625 (bogus error on __attribute__((aligned(N))) in template code)Jason Merrill2-14/+30
2010-04-13call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P instead of CLASS_TYPE_P.Jason Merrill4-1/+19
2010-04-12re PR c++/43641 ([C++0x] internal compiler error: tree check: expected call_e...Jason Merrill2-2/+9
2010-04-12* call.c (type_decays_to): Call cv_unqualified for non-class type.Jason Merrill2-0/+6
2010-04-12re PR c++/25811 (No failure creating a POD containing a const member, using n...Fabien Chêne3-2/+100
2010-04-12re PR c++/43611 (ICE: SIGSEGV with -fipa-cp-clone -fkeep-inline-functions)Richard Guenther2-1/+9
2010-04-09re PR c++/28584 (Cast to pointer from integer of different size)Manuel López-Ibáñez2-0/+15
2010-04-07re PR c++/43016 ([C++0x] Inappropriate multiple definition error for lambda f...Jason Merrill2-3/+4
2010-04-07PR c++/11094, DR 408Jason Merrill7-5/+79
2010-04-07name-lookup.c (current_decl_namespace): Non-static.Jason Merrill4-3/+11
2010-04-07re PR c++/38392 (Template friend function injection)Jason Merrill2-5/+16
2010-04-07pt.c (print_template_statistics): New.Jason Merrill4-0/+21
2010-04-07re PR c++/41970 (use of a type with no linkage to declare a variable with lin...Jason Merrill2-6/+15
2010-04-07re PR c++/42697 (ice-on-legal-code: template class template function local ob...Dodji Seketeli2-1/+8
2010-04-07re PR c++/40239 (Aggregate initialization requires copy constructor)Dodji Seketeli2-2/+15
2010-04-07re PR c++/42556 (Unnecessary generation of a zero initializer for array with ...Jie Zhang2-3/+26
2010-04-06parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE...Jason Merrill3-3/+11
2010-04-06re PR c++/43648 (ICE with explicit destructor call and typedef)Jason Merrill2-2/+7
2010-04-06re PR c++/43621 (ICE: in poplevel_class, at cp/name-lookup.c:2615 with invali...Jason Merrill2-2/+10
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-04-01decl.c (next_initializable_field): No longer static.Jason Merrill4-6/+15
2010-04-01semantics.c (maybe_add_lambda_conv_op): Use null_pointer_node instead of void...Jason Merrill2-1/+7
2010-03-31re PR c++/43558 (Rejects specialization)Dodji Seketeli4-24/+26