]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
invoke.texi (-fvar-tracking-assignments): New.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2009-09-02  Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-09-01  Dodji SeketeliFix bootstrap after patch PR debug/30161
2009-09-01  Richard Guenthertree.c (tree_expr_size): New function.
2009-09-01  Richard Guenthertree-flow.h (mark_addressable): Move declaration ...
2009-08-31  Dodji SeketeliEmit DWARF for template parameters (PR debug/30161)
2009-08-31  Jason Merrillre PR c++/41127 (unnamed bitfield declaration parser...
2009-08-28  Richard Guentherre PR lto/41058 (FAIL: ext/pb_ds/regression/hash_data_m...
2009-08-27  Richard Guenthergengtype.c (main): Handle uint64_t.
2009-08-26  Jason Merrillcall.c (build_builtin_candidate): Don't set LOOKUP_ONLY...
2009-08-26  Jason Merrillcall.c (build_conditional_expr): Fix logic errors.
2009-08-24  Jason Merrillcp-tree.h (DECL_DEFERRED_FN): Remove.
2009-08-24  Jason Merrill* decl2.c (mark_used): Streamline logic.
2009-08-24  Jason Merrillre PR c++/41109 (Argument flagged as unused despite...
2009-08-21  Jakub Jelinekre PR c++/41131 (non-lvalue in unary `&' wrongly accepted)
2009-08-19  Jason Merrillre PR c++/41119 (Revision 150805 failed 447.dealII...
2009-08-19  Jakub Jelinekmethod.c (use_thunk): Call free_after_compilation after...
2009-08-17  Richard Guentherdecl.c (build_ptrmemfunc_type): Keep variant chain...
2009-08-16  Jason MerrillMake TREE_USED match the [basic.def.odr] concept for...
2009-08-16  Jason Merrill* decl2.c (finish_static_data_member_decl): Don't set...
2009-08-16  Jason Merrill* decl2.c (mark_used): It's ok to synthesize for defaul...
2009-08-10  Jason MerrillImplement DR 757...
2009-08-06  Jason Merrillre PR c++/40948 (ICE in lower_stmt, at gimple-low.c...
2009-08-04  Manuel López-Ibáñezre PR c++/36069 (Strange "warning: suggest parentheses...
2009-08-04  Dodji Seketelire PR c++/39987 (Rejects default argument that is a...
2009-08-04  Manuel López-Ibáñezre PR c++/16696 (Strange message when operator++ not...
2009-08-04  Dodji Seketelire PR debug/39706 (namespaces represented incorrectly...
2009-08-04  Jason Merrillre PR c++/40948 (ICE in lower_stmt, at gimple-low.c...
2009-08-01  Jason Merrillcall.c (convert_class_to_reference): Binding an lvalue...
2009-08-01  Jason Merrillcall.c (reference_binding): Rename lvalue_p to is_lvalue.
2009-08-01  Jason Merrilltypeck.c (build_address): Do fold away ADDR_EXPR of...
2009-07-29  Jason Merrillre PR c++/14912 (Do not print default template argument...
2009-07-29  Richard Guentherre PR c++/40834 (Revision 149750 failed 483.xalancbmk...
2009-07-26  Simon Martinre PR c++/40749 (g++ doesnt report missing return if...
2009-07-25  Jason MerrillCore issue 901
2009-07-24  Jason MerrillCore issue 702
2009-07-22  Jason Merrillmangle.c (mangle_type_string_for_rtti): Rename to be...
2009-07-22  Richard Guentherre PR c++/40799 (Revision 149750 failed 483.xalancbmk...
2009-07-22  Jason Merrilldecl.c (reshape_init_r): { T } is not an aggregate...
2009-07-22  Jason MerrillCore issue 934
2009-07-17  Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-17  Richard Guentherinit.c (build_vec_delete_1): Do not set DECL_REGISTER...
2009-07-16  Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-16  Jason Merrillre PR libstdc++/37907 ([c++0x] support for std::is_stan...
2009-07-14  Taras Gleksourcebuild.texi: Document install-plugin target.
2009-07-14  Jason Merrillre PR c++/37276 (Trouble with some (C99?) math builtins...
2009-07-14  Jason Merrillname-lookup.c (qualified_lookup_using_namespace): Don...
2009-07-14  Jason Merrillre PR c++/40740 (template-id forgotten with arg-dep...
2009-07-14  Jason Merrillbuiltins.c (can_trust_pointer_alignment): New fn.
2009-07-14  Dodji Seketelire PR debug/40705 (ICE in gen_type_die_with_usage,...
2009-07-13  Andrew Pinskire PR c++/22154 ([DR 382] qualified names should allow...
2009-07-12  Jason Merrillre PR c++/36628 ([c++0x] incorrect decltype() handling...
2009-07-12  Jason Merrillcp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.
2009-07-12  Jason Merrillre PR c++/40689 ([C++0x]: error with initializer list...
2009-07-10  Jakub Jelinekre PR middle-end/40502 (crash in cp_diagnostic_starter)
2009-07-09  Simon Martinpt.c (perform_typedefs_access_check, [...]): Use CLASS_...
2009-07-09  Dodji Seketelire PR c++/40684 (ICE in tsubst)
2009-07-07  Manuel López-Ibáñezre PR c++/31246 (-Wunreachable-code warnings for compil...
2009-07-07  Jason Merrillre PR c++/35828 ([C++0x] ICE on default template templa...
2009-07-07  Manuel López-Ibáñeztree.c (set_expr_locus): Remove.
2009-07-07  Jason Merrillre PR c++/37816 ([c++0x] Invalid handling of scoped...
2009-07-07  Manuel López-Ibáñezcgraphunit.c: Replace %J by an explicit location.
2009-07-06  Manuel López-Ibáñezdecl.c: Replace %H by an explicit location.
2009-07-06  Simon Martinre PR c++/40557 (ICE with template union)
2009-07-05  Jason Merrillpt.c (retrieve_specialization): Don't get confused...
2009-07-04  Jason Merrill* cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking...
2009-07-04  Jason Merrillre PR c++/40619 ([c++0x] ICE on repeated decltype expre...
2009-07-04  Jason Merrillcp-tree.h (struct lang_decl): Overhaul.
2009-07-02  Mark Mitchelltypeck.c (cp_build_binary_op): Move warnings about...
2009-07-02  Jason MerrillUse hash tables for template specialization lookup.
2009-07-02  Jason Merrill* cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_...
2009-07-02  Jason Merrillpt.c (register_specialization): Use duplicate_decls...
2009-07-01  Ian Lance Taylor* g++spec.c (lang_specific_driver): Bump num_args by 1.
2009-06-30  Jason Merrillre PR c++/40595 ([C++0x] ICE trying to use sfinae with...
2009-06-29  Jason Merrillre PR c++/40274 (Revision 145566 caused ICE in tsubst...
2009-06-26  H.J. Ludecl.c (duplicate_decls): Re-indent.
2009-06-25  Ian Lance Taylorcall.c (avoid_sign_compare_warnings): New static function.
2009-06-25  Ian Lance Taylorg++spec.c (SKIPOPT): define.
2009-06-25  Ian Lance Taylorcvt.c (convert_to_void): Only warn about COND_EXPR...
2009-06-25  Ian Lance Taylorparser.c (cp_parser_binary_expression): Increment c_inh...
2009-06-24  Jason Merrill* error.c (dump_decl): Do say "typedef" for the injecte...
2009-06-24  Jason Merrillpt.c (lookup_template_class): Use currently_open_class...
2009-06-24  Jason Merrillre PR c++/40342 (ambiguous overload not diagnosed)
2009-06-18  Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16  David Edelsohnaix.h (LIBSTDCXX_STATIC): Remove -lstdc++.
2009-06-16  Ian Lance TaylorMake-lang.in (cp/class.o): Depend upon gt-cp-class.h.
2009-06-16  Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-16  Ian Lance Taylordf-problems.c (df_simulate_one_insn_forwards): Fix...
2009-06-15  Rafael Avila de... cgraphunit.c (cgraph_function_versioning,save_inline_fu...
2009-06-12  Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-09  Jason Merrillre PR c++/40381 (Revision 142379 caused ICE with delete...
2009-06-09  Jason Merrillparser.c (cp_parser_type_id_1): 'auto' type is ok with...
2009-06-08  Jakub Jelinekre PR c++/40373 (ICE with invalid destructor call)
2009-06-08  Jakub Jelinekre PR c++/40370 (ICE with invalid array bound in templa...
2009-06-08  Alexandre Olivacommon.opt (fcompare-debug=, [...]): New.
2009-06-07  Ian Lance Taylorextend.texi (Attribute Syntax): Document that C++ label...
2009-06-03  Ian Lance Tayloransidecl.h (EXPORTED_CONST): Define.
2009-06-03  Mark Mitchell* decl.c (maybe_deduce_size_from_array_init): Use relay...
2009-06-02  Jason Merrillre PR c++/40308 (Brace initialization fails for member...
2009-06-02  Jason Merrillre PR c++/40306 (ICE when using auto to declare a local...
2009-06-02  Simon Martinre PR c++/38089 (g++ crash on invalid code)
next