aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-05-22decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka2-13/+22
2010-05-21* cxx-pretty-print.c: Correct merge error.Joseph Myers2-1/+5
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers4-6/+23
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher6-6/+6
2010-05-20re PR c++/30298 (ICE with duplicate broken inheritance)Paolo Carlini2-1/+12
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill14-58/+86
2010-05-19* typeck.c (merge_types): Preserve memfn quals.Jason Merrill2-11/+18
2010-05-19decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill5-51/+19
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill7-32/+92
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd2-3/+7
2010-05-17call.c (struct z_candidate): Add explicit_targs field.Jason Merrill2-1/+10
2010-05-17re PR c++/44157 ([C++0x] GCC wrongly takes a std::initializer_list argument a...Jason Merrill2-4/+8
2010-05-17re PR c++/44158 ([C++0x] wrong overload resolution for copy-initialization fr...Jason Merrill2-2/+9
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