optimize.c (build_delete_destructor_body): New function.
[gcc.git] / gcc / cp / cp-tree.h
2009-09-08 Jason Merrillcp-tree.h (enum overload_flags): Remove OP_FLAG.
2009-09-08 Jason Merrilldecl.c (grokmethod): Rename from start_method.
2009-09-03 Diego Novillo[multiple changes]
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-08-31 Dodji SeketeliEmit DWARF for template parameters (PR debug/30161)
2009-08-24 Jason Merrillcp-tree.h (DECL_DEFERRED_FN): Remove.
2009-08-24 Jason Merrillre PR c++/41109 (Argument flagged as unused despite...
2009-08-16 Jason MerrillMake TREE_USED match the [basic.def.odr] concept for...
2009-08-10 Jason MerrillImplement DR 757...
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-07-29 Jason Merrillre PR c++/14912 (Do not print default template argument...
2009-07-22 Jason Merrillmangle.c (mangle_type_string_for_rtti): Rename to be...
2009-07-16 Jason Merrillre PR libstdc++/37907 ([c++0x] support for std::is_stan...
2009-07-12 Jason Merrillcp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.
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 Jason MerrillUse hash tables for template specialization lookup.
2009-07-02 Jason Merrill* cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_...
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
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-05-28 Dodji SeketeliFix for PR c++/PR39754
2009-05-27 Jason Merrillcall.c (implicit_conversion): Handle conversion from...
2009-05-26 Dodji Seketelire PR c++/40007 (specialization causes access problem...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-18 Jason MerrillImplement explicit conversions ops as specified in...
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-10 Joseph Myerspretty-print.h (struct pretty_print_info): Add translat...
2009-05-05 Shujing Zhaocp-tree.h: (opname_tab...
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-21 Manuel López-Ibáñezre PR c/16202 (The -Wsequence-point warning misses...
2009-04-20 Manuel López-Ibáñezre PR c++/13358 (long long and C++ do not mix well)
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-20 Ian Lance Taylorcp-tree.h (base_access): Change typedef to int.
2009-04-18 Kazu Hiratacp-tree.h: Remove the prototype for insert_block.
2009-04-16 Ian Lance Taylorcp-tree.h (enum tsubst_flags): Rename from enum tsubst_...
2009-04-02 Jason Merrillre PR c++/25185 (deep typedef substitution in error...
2009-04-02 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-03-31 Jason Merrillre PR c++/37806 (CV-qualifiers on function typedef...
2009-03-31 Jason MerrillPR c++/38030, 38850, 39070
2009-03-29 Joseph Myersre PR preprocessor/34695 (Preprocessor warning->error...
2009-03-29 Paolo Bonzinic-common.c (c_expand_expr, c_staticp): Remove.
2009-03-26 Andrew Haleyre PR c++/39380 (All programs that link Java and C...
2009-03-17 Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2009-03-07 H.J. Lure PR target/37520 (NO_DOLLAR_IN_LABEL should be define...
2009-03-05 Jason Merrillre PR c++/38908 (Unexplained "'<anonymous>' is used...
2009-03-04 Jason Merrillre PR c++/9634 ([DR224] Injected class name as qualifie...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-19 H.J. Lure PR c++/39188 (G++ doesn't handle static anonymous...
2009-02-13 Jason Merrillre PR c++/39070 (ICE with typeof() (... and __decltype))
2009-02-11 Jason Merrillre PR c++/30111 (Value-initialization of POD base class...
2009-02-10 Paolo Carlinire PR c++/34397 (ICE on invalid default template parameter)
2009-02-09 Jason Merrillre PR c++/39109 (Accessible constructor required for...
2009-02-07 Paolo Carlinire PR c++/35147 (ICE trying to expand an argument pack...
2009-01-22 Dodji SeketeliReverted commit 143546 related to PR c++/26693
2009-01-21 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-01-15 Jason Merrillre PR c++/36334 (typedef to function type leads to...
2009-01-12 Dodji Seketelire PR c++/36019 (template parameter does not hide class...
2009-01-05 Jason Merrillre PR c++/38701 (ICE with defaulted function)
2008-12-17 Jason Merrillsemantics.c (describable_type): New function.
2008-12-10 Mark Mitchellre PR c++/37971 (Rejects default argument that is...
2008-12-02 Jason MerrillPR c++/35782, c++/37860
2008-11-28 Jason Merrillre PR c++/38233 ('map' value type + new uninitted const...
2008-11-18 Jason Merrillre PR c++/37962 (ICE with (auto*) casts)
2008-11-05 Fabien Chênere PR c++/32519 (g++ allows access to protected templat...
2008-10-19 Manuel López-Ibáñezre PR c++/37004 ([C++ only] Wconversion warns for short...
2008-10-13 Doug Evans* cp-tree.h (DECL_MAIN_P): Fix parentheses around expre...
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-15 Aldy Hernandezcrash16.C: Function name is the correct location for...
2008-09-09 Paolo Bonzinic-common.c (c_expand_decl): Remove.
2008-09-08 Jason Merrillre PR c++/37302 (function parameters are declared too...
2008-09-03 Jakub Jelinekre PR c++/37189 (OpenMP task construct with implicit...
2008-09-03 Jason Merrillre PR c++/37208 (C++0x deleted functions and SFINAE)
2008-09-03 Aldy Hernandezdiagnostic.c (error_at): New.
2008-09-01 Jason MerrillImplement late-specified return type using 'auto'.
2008-08-30 Michael MeissnerChange attribute((option(...))) to attribute((target...
2008-08-30 Jason MerrillImplement C++0x 'auto' semantics.
2008-08-27 Manuel López-Ibáñezcp-tree.h: Fix #error directive.
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-14 Paolo Carlinire PR c++/34485 (ICE with undefined type in template...
2008-08-08 Manuel López-Ibáñezre PR other/36901 (pedwarn() + -pedantic-errors + ...
2008-07-31 Jason Merrillre PR c++/11309 (Testsuite failures in g++.dg/expr...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-27 Paolo Carlinidecl.c (push_library_fn): Add a parameter for the excep...
2008-07-25 Jan Hubickatypeck.c (inline_conversion): Remove.
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-06-21 Ian Lance Taylortree.h (enum tree_code): Include all-tree.def, not...
2008-06-14 Simon Martinre PR c++/35320 (ICE with invalid friend declaration)
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-05-21 Jakub Jelinekre PR c++/36023 (ICE with cast to variable-sized object)
2008-04-24 Jakub Jelinekre PR c++/35758 (vector_size attribute lost in function...
2008-04-04 Paolo Bonzinifunction.c (free_after_parsing): Replace with cxx_push_...
next