aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-05-17re PR c++/44108 (-Wunused-but-set-variable does not consider array sizing use...Dodji Seketeli2-0/+8
2010-05-15c.opt: Add -fnothrow-opt.Jason Merrill3-3/+29
2010-05-15re PR c++/44148 (C++ genericization/gimplification may clobber templare argum...Jakub Jelinek2-1/+6
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher3-1/+7
2010-05-14C++ DR 475Jason Merrill2-49/+14
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2-2/+6
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill2-3/+14
2010-05-14cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef and define.Martin Jambor2-2/+5
2010-05-14call.c (build_new_method_call): Change warning text.Jonathan Wakely3-3/+8
2010-05-14re PR c++/30566 (-Wshadow warns about clashes between nested function paramet...Shujing Zhao2-18/+46
2010-05-13typeck.c (cp_build_array_ref): Factor out from...Jason Merrill6-11/+30
2010-05-13* decl.c (cp_finish_decl): Do not worry about used attribute.Jan Hubicka2-4/+4
2010-05-13typeck.c (build_array_ref): Take complain parm.Jason Merrill6-16/+31
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill12-38/+62
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill9-14/+28
2010-05-12re PR c++/20669 (Template candidates not listed in error message.)Jason Merrill2-11/+27
2010-05-12cp-tree.h (LOOKUP_LIST_ONLY): New.Jason Merrill3-24/+79
2010-05-12call.c (add_candidates): Distinguish between type(x) and x.operator type().Jason Merrill3-3/+21
2010-05-12call.c (add_candidates): Add first_arg and return_type parms.Jason Merrill2-215/+154
2010-05-11re PR c++/34272 (ICE with invalid template specialization)Paolo Carlini2-3/+14
2010-05-11re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek3-9/+23
2010-05-10re PR c++/44017 (ICE with template hierarchy)Jason Merrill2-2/+4
2010-05-10re PR c++/44045 (initialization of array of shared_ptr's with initializer lis...Jason Merrill2-0/+12
2010-05-10re PR c++/43719 (uninitialized const member incorrectly accepted, using an ar...Fabien Chêne2-7/+12
2010-05-07re PR c++/43951 (Revision 158918 miscompiled 483.xalancbmk in SPEC CPU 2006)Fabien Chêne3-37/+60
2010-05-06Add support for C++0x nullptr.Jason Merrill13-18/+114
2010-05-06gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.Jason Merrill2-1/+5
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek12-6/+206
2010-05-05re PR c++/43787 (memory copy of empty class (sizeof is one))Jason Merrill3-13/+27
2010-05-04re PR c++/43028 ([C++0x] internal compiler error in maybe_adjust_types_for_de...Paolo Carlini2-0/+9
2010-05-04re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill2-2/+9
2010-05-04re PR c++/43705 (ICE: SIGSEGV with template specialization in non-namespace s...Paolo Carlini2-1/+7
2010-05-04re PR c++/43953 (ICE: dependent_type_p, at cp/pt.c:17404)Dodji Seketeli2-3/+11
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