optimize.c (build_delete_destructor_body): New function.
[gcc.git] / gcc / cp / tree.c
2009-09-03 Diego Novillo[multiple changes]
2009-08-21 Jakub Jelinekre PR c++/41131 (non-lvalue in unary `&' wrongly accepted)
2009-08-17 Richard Guentherdecl.c (build_ptrmemfunc_type): Keep variant chain...
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-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-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-04 Jason Merrillre PR c++/40619 ([c++0x] ICE on repeated decltype expre...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-28 Dodji SeketeliFix for PR c++/PR39754
2009-05-25 Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-17 Jason Merrillre PR c++/40139 (ICE on invalid use of destructor)
2009-05-17 Joseph Myerstree.c (cxx_printable_name_internal): Allow consecutive...
2009-05-10 Joseph Myerspretty-print.h (struct pretty_print_info): Add translat...
2009-04-21 Manuel López-Ibáñezre PR c/16202 (The -Wsequence-point warning misses...
2009-03-31 Jason Merrillre PR c++/37806 (CV-qualifiers on function typedef...
2009-03-17 Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2009-03-05 Jason Merrillre PR c++/13549 (Problem compiling Boost.Python test)
2009-02-11 Jason Merrillre PR c++/36744 ([C++0x] function modifying argument...
2009-02-09 Jason Merrillre PR c++/39109 (Accessible constructor required for...
2009-01-16 Jason Merrillre PR c++/38877 (Revision 143404 caused ICE on 447...
2009-01-15 Jason Merrillre PR c++/36334 (typedef to function type leads to...
2009-01-13 Jakub Jelinekre PR c++/38795 (ICE with reinterpret_cast and variadic...
2009-01-12 Jason Merrillre PR c++/31488 (va_list considered non-POD)
2008-12-17 Jason Merrillsemantics.c (describable_type): New function.
2008-10-01 Andrew Pinskirs6000-c.c (altivec_resolve_overloaded_builtin): Handle...
2008-09-09 Jakub Jelinekre PR c++/37417 (error: type mismatch in binary express...
2008-09-05 Douglas Gregorre PR c++/37342 (same canonical type node for different...
2008-08-26 Ben Ellistonrtlanal.c: Fix uses of "it's" with "its" where appropriate.
2008-08-18 Tomas Bilytree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
2008-08-06 Jason Merrillre PR c++/37016 (member function pointer failure with...
2008-07-31 Jason Merrillre PR c++/11309 (Testsuite failures in g++.dg/expr...
2008-07-29 Jakub Jelinekre PR c++/36852 (Two dimensional array in template...
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-04-21 Jason Merrillre PR c++/35325 (ICE with fixed-point types in template...
2008-04-18 Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-02-11 Douglas Gregorre PR c++/35113 (g++.dg/ext/vector13.C doesn't work)
2008-02-09 Jason Merrillre PR c++/35116 (Fail to compile valid code)
2008-02-06 Alexandre Olivare PR c++/35056 (ICE in copy_to_mode_reg, at explow...
2008-01-15 Douglas Gregorre PR c++/34051 (ICE in dependent_type_p with variadic...
2007-12-06 Jakub Jelinekre PR c++/34336 (4.2.2 internal error in stabilize_expr)
2007-11-29 Jakub Jelinekre PR c++/34270 (ICE applying __decltype to ternary...
2007-11-27 Jakub Jelinekre PR c++/34213 (static member function in anonymous...
2007-11-20 Jakub Jelinekre PR c++/28879 (ICE with VLA in template function)
2007-11-08 Tom Tromeyre PR c++/30297 (ICE with extern "C" and inheritance)
2007-11-06 Douglas Gregorre PR c++/33977 (internal compiler error: canonical...
2007-11-06 Douglas Gregorre PR c++/31439 (ICE with variadic template and broken...
2007-10-24 Jason Merrillcomment typo
2007-09-28 Jakub Jelinekre PR c++/31434 (ICE with invalid use of parameter...
2007-09-25 Jakub Jelinektree.c (cxx_printable_name): Compare FUNCTION_DECL...
2007-09-24 Jakub Jelinekre PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with...
2007-09-24 Douglas Gregorre PR c++/33185 (ICE: canonical types differ for identi...
2007-09-24 Douglas Gregorre PR c++/33112 (ICE : canonical types differ for ident...
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-09-01 Kaveh R. Ghazic-common.c (const_strip_array_types): Delete.
2007-08-25 Kaveh R. Ghazic-common.c (vector_types_convertible_p, [...]): Constify.
2007-08-25 Paolo Bonzinidecl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
2007-08-24 Richard GuentherMakefile.in (tree-inline.o): Add $(TARGET_H) and $...
2007-08-20 Richard Guentherlanghooks-def.h (lhd_tree_inlining_auto_var_in_fn_p...
2007-08-20 Richard Guenthertree.c (WALK_SUBTREE): Call walk_tree_1.
2007-08-17 Andrew Pinskire PR c++/28989 (post-increment of bool variable accept...
2007-08-16 Kaveh R. Ghazic-common.c (const_strip_array_types): New.
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-28 Kazu Hirata* pt.c, tree.c, typeck2.c: Fix comment typos.
2007-07-27 Douglas Gregortypeck.c (structural_comptypes): Compare DECLTYPE_TYPE...
2007-07-25 Kaveh R. Ghazic-common.c (fname_as_string, [...]): Constify.
2007-05-31 Russell Yanofskyre PR c++/7412 ([DR 106] References to references)
2007-04-17 Lawrence Crowlinvoke.texi (Debugging Options): Add documentation...
2007-04-09 Paolo Carlinitree.c (cp_tree_equal): Deal with TRAIT_EXPR.
2007-04-08 Steven Bosscherlanghooks.c (lhd_tree_inlining_add_pending_fn_decls...
2007-03-30 Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-29 Richard Guenthertree.c (cp_walk_subtrees): Do not set input_location.
2007-03-10 Douglas Gregorre PR c++/20599 (variadic template support)
2007-03-04 Simon Martinre PR c++/30895 (ICE with complex values in template...
2007-02-18 Kazu Hirata* decl.c, tree.c: Fix comment typos.
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-11 Mark Mitchellre PR target/29487 (Shared libstdc++ fails to link)
2007-02-04 Kazu Hirataclass.c, [...]: Follow spelling conventions.
2007-01-11 Simon Martinre PR c++/29573 (ICE after parse error in template...
2007-01-02 Douglas Gregorc-common.c (c_common_nodes_and_builtins): Since variant...
2006-09-07 Jason Merrillre PR c++/27371 (Does not warn about unused function...
2006-09-06 Jason Merrillre PR c++/26696 (ICE with statement forming unused...
2006-08-26 Mark Mitchellre PR c++/28588 (static private function)
2006-08-22 Jason Merrillre PR c++/28659 (ICE (segfault) while compiling kdelibs...
2006-08-21 Lee Millwardre PR c++/28741 (ICE with static member in invalid...
2006-08-20 Mark Mitchellre PR c++/28341 (ICE with references as template parame...
2006-08-01 Mark Mitchellre PR c++/28523 (Throw of a derived class casted to...
2006-07-20 Jason Merrillre PR c++/28407 (Issue with anonymous namespace)
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-06 Mike StumpFix up whitespacing
2006-05-21 Mark Mitchellre PR c++/27210 (ICE on c++ template)
2006-05-19 Mark Mitchellre PR c++/27471 (ICE within build_c_cast cp/typeck...
2006-05-15 Mark Mitchellre PR c++/27505 (ICE in const folding with bitfields)
next