]> gcc.gnu.org Git - gcc.git/history - gcc/cp/ChangeLog
* typeck.c (merge_types): Preserve memfn quals.
[gcc.git] / gcc / cp / ChangeLog
2010-05-19 Jason Merrill* typeck.c (merge_types): Preserve memfn quals.
2010-05-19 Jason Merrilldecl.c (grokdeclarator): Don't check quals on fn type.
2010-05-19 Jason Merrillre PR c++/44193 (function types, cv-quals and typename)
2010-05-18 Nathan Froydtree.h (build_call_list): Remove.
2010-05-17 Jason Merrillcall.c (struct z_candidate): Add explicit_targs field.
2010-05-17 Jason Merrillre PR c++/44157 ([C++0x] GCC wrongly takes a std::initi...
2010-05-17 Jason Merrillre PR c++/44158 ([C++0x] wrong overload resolution...
2010-05-17 Dodji Seketelire PR c++/44108 (-Wunused-but-set-variable does not...
2010-05-16 Jason Merrillc.opt: Add -fnothrow-opt.
2010-05-15 Jakub Jelinekre PR c++/44148 (C++ genericization/gimplification...
2010-05-15 Steven Bosschervecir.h: New file with VEC primitives for tree, gimple...
2010-05-15 Jason MerrillC++ DR 475
2010-05-14 Jason Merrillre PR c++/44127 (G++ emits unnecessary EH code)
2010-05-14 Jason Merrillre PR c++/44127 (G++ emits unnecessary EH code)
2010-05-14 Martin Jamborcp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both...
2010-05-14 Jonathan Wakelycall.c (build_new_method_call): Change warning text.
2010-05-14 Shujing Zhaore PR c++/30566 (-Wshadow warns about clashes between...
2010-05-13 Jason Merrilltypeck.c (cp_build_array_ref): Factor out from...
2010-05-13 Jan Hubicka* decl.c (cp_finish_decl): Do not worry about used...
2010-05-13 Jason Merrilltypeck.c (build_array_ref): Take complain parm.
2010-05-13 Jason Merrillre PR bootstrap/44048 (building without C++ enabled...
2010-05-13 Jason Merrillcp-tree.h (UNKNOWN_TYPE): Remove.
2010-05-12 Jason Merrillre PR c++/20669 (Template candidates not listed in...
2010-05-12 Jason Merrillcp-tree.h (LOOKUP_LIST_ONLY): New.
2010-05-12 Jason Merrillcall.c (add_candidates): Distinguish between type(x...
2010-05-12 Jason Merrillcall.c (add_candidates): Add first_arg and return_type...
2010-05-11 Paolo Carlinire PR c++/34272 (ICE with invalid template specialization)
2010-05-11 Jakub Jelinekre PR c++/44062 ((void)var; doesn't prevent 'set but...
2010-05-10 Jason Merrillre PR c++/44017 (ICE with template hierarchy)
2010-05-10 Jason Merrillre PR c++/44045 (initialization of array of shared_ptr...
2010-05-10 Fabien Chênere PR c++/43719 (uninitialized const member incorrectly...
2010-05-07 Fabien Chênere PR c++/43951 (Revision 158918 miscompiled 483.xalanc...
2010-05-06 Jason MerrillAdd support for C++0x nullptr.
2010-05-06 Jason Merrillgimplify.c (gimplify_expr): Set GS_ALL_DONE when approp...
2010-05-06 Jakub JelinekC++ support for -Wunused-but-set-variable
2010-05-05 Jason Merrillre PR c++/43787 (memory copy of empty class (sizeof...
2010-05-04 Paolo Carlinire PR c++/43028 ([C++0x] internal compiler error in...
2010-05-04 Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2010-05-04 Paolo Carlinire PR c++/43705 (ICE: SIGSEGV with template specializat...
2010-05-04 Dodji Seketelire PR c++/43953 (ICE: dependent_type_p, at cp/pt.c...
2010-05-04 Jason Merrilladd c++/43145 tag to changelog and testcase
2010-05-03 Jason Merrillre PR c++/43680 ([DR 1022] G++ is too aggressive in...
2010-05-01 H.J. LuRevert the accidental checkin in revision 158918.
2010-04-30 Jason Merrillre PR c++/43868 (ICE with -g)
2010-04-30 Steven BosscherFix broken ChangeLog entry
2010-04-30 Steven Bosschertoplev.c: Include varray.h for statistics dumping.
2010-04-30 Shujing Zhaore PR c++/43779 (Parts of message not available for...
2010-04-30 Fabien Chênere PR c++/43890 (invalid uninitialized reference in...
2010-04-28 Manuel López-Ibáñezre PR c++/9335 (repeated diagnostic when maximum templa...
2010-04-28 Jason Merrill* init.c (perform_member_init): Check CLASS_TYPE_P.
2010-04-28 Fabien Chênere PR c++/29043 (Constructor for POD type with const...
2010-04-27 Jason Merrilltree.c (get_fns): Split out from get_first_fn.
2010-04-27 Jason Merrillsemantics.c (finish_non_static_data_member): Call maybe...
2010-04-27 Jason Merrillsemantics.c (finish_qualified_id_expr): Use maybe_dummy...
2010-04-27 Jason Merrillre PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform...
2010-04-27 Jason Merrill* semantics.c (baselink_for_fns): Correct BASELINK_BINFO.
2010-04-27 Jason Merrillre PR c++/43875 ([C++0x] ICE on invalid lambda return)
2010-04-27 Jason Merrillre PR c++/43790 ([C++0x] In lambda express, calling...
2010-04-27 Jason Merrillre PR c++/41468 (SFINAE for expressions doesn't conside...
2010-04-27 Jason Merrillre PR c++/41468 (SFINAE for expressions doesn't conside...
2010-04-27 Fabien Chênere PR c++/42844 (const variable requires initializer...
2010-04-21 Jason Merrillre PR c++/9335 (repeated diagnostic when maximum templa...
2010-04-20 Dodji Seketelire PR c++/43800 (FAIL: libgomp.c++/for-4.C)
2010-04-20 Jakub Jelinektree.h (TYPE_REF_IS_RVALUE): Define.
2010-04-19 Dodji Seketelire PR c++/43704 (ICE: tree check: accessed elt 2 of...
2010-04-19 Jakub Jelinektree.h (ENUM_IS_SCOPED): Define.
2010-04-18 Eric Botcazoufold-const.c (fold_comparison): Use ssizetype.
2010-04-14 Jason Merrillre PR c++/36625 (bogus error on __attribute__((aligned...
2010-04-13 Jason Merrillcall.c (type_decays_to): Check MAYBE_CLASS_TYPE_P inste...
2010-04-12 Jason Merrillre PR c++/43641 ([C++0x] internal compiler error: tree...
2010-04-12 Jason Merrill* call.c (type_decays_to): Call cv_unqualified for...
2010-04-12 Fabien Chênere PR c++/25811 (No failure creating a POD containing...
2010-04-12 Richard Guentherre PR c++/43611 (ICE: SIGSEGV with -fipa-cp-clone ...
2010-04-09 Manuel López-Ibáñezre PR c++/28584 (Cast to pointer from integer of differ...
2010-04-07 Jason Merrillre PR c++/43016 ([C++0x] Inappropriate multiple definit...
2010-04-07 Jason MerrillPR c++/11094, DR 408
2010-04-07 Jason Merrillname-lookup.c (current_decl_namespace): Non-static.
2010-04-07 Jason Merrillre PR c++/38392 (Template friend function injection)
2010-04-07 Jason Merrillpt.c (print_template_statistics): New.
2010-04-07 Jason Merrillre PR c++/41970 (use of a type with no linkage to decla...
2010-04-07 Dodji Seketelire PR c++/42697 (ice-on-legal-code: template class...
2010-04-07 Dodji Seketelire PR c++/40239 (Aggregate initialization requires...
2010-04-07 Jie Zhangre PR c++/42556 (Unnecessary generation of a zero initi...
2010-04-06 Jason Merrillparser.c (cp_parser_class_specifier): Set class locatio...
2010-04-06 Jason Merrillre PR c++/43648 (ICE with explicit destructor call...
2010-04-06 Jason Merrillre PR c++/43621 (ICE: in poplevel_class, at cp/name...
2010-04-01 Jason Merrilldecl.c (next_initializable_field): No longer static.
2010-04-01 Jason Merrillsemantics.c (maybe_add_lambda_conv_op): Use null_pointe...
2010-03-31 Dodji Seketelire PR c++/43558 (Rejects specialization)
2010-03-30 Jason Merrillre PR c++/43076 (ICE: SIGSEGV with invalid C++ code...
2010-03-30 Jason Merrillre PR c++/41185 (size of array ... has non-integral...
2010-03-30 Jason Merrillre PR c++/43559 (Overloaded template functions became...
2010-03-26 Jason Merrillre PR c++/43509 ([C++0x] ICE in constructor_name_p...
2010-03-26 Dodji Seketelire PR c++/43327 (ICE in unifiy.c)
2010-03-26 Dodji SeketeliFix compilation.
2010-03-25 Dodji SeketeliFix candidate for PR c++/43206
2010-03-24 Jason Merrillre PR c++/43502 ([C++0x] uninitialised read in grokfnde...
2010-03-23 Jason MerrillMake lambda conversion op and op() non-static.
2010-03-22 Jason Merrillre PR c++/43333 (__is_pod seems broken)
2010-03-22 Jason Merrillre PR c++/43281 ([c++0x] ICE with invalid auto)
next
This page took 0.726444 seconds and 108 git commands to generate.