re PR c++/43790 ([C++0x] In lambda express, calling member function of non-captured...
[gcc.git] / gcc / cp / tree.c
2010-04-27 Jason Merrillre PR c++/43790 ([C++0x] In lambda express, calling...
2010-04-07 Jason Merrillpt.c (print_template_statistics): New.
2010-03-22 Jason Merrillre PR c++/43333 (__is_pod seems broken)
2010-03-03 Jason Merrillre PR c++/12909 (ambiguity in mangling vector types)
2010-02-16 Jason Merrillre PR c++/43036 (c++ compilation hang)
2010-02-12 Jason Merrillrevert unnecessary hunk
2010-02-12 Jason Merrillre PR c++/43054 ([C++0x] ambiguous overload from identi...
2010-01-27 Jason Merrill* gcc/cp/tree.c: Tweak comment in no_linkage_check.
2009-12-19 Dodji SeketeliFix PR c++/42225, take 2
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-12-11 Dodji Seketelire PR c++/42225 (GCC 4.5 ICE (segfault) on C++ template...
2009-11-23 Jakub Jelinekre PR middle-end/42095 (g++.dg/lto/20081118-1 cp_lto_20...
2009-11-23 Dodji Seketelire PR c++/14777 (typedef doesn't fully expose base...
2009-11-13 Jason Merrillre PR c++/11987 (Accepts-invalid with inherited nested...
2009-11-12 Jason Merrilltypeck.c (cv_qualified_p): New fn.
2009-11-06 Jason Merrillre PR c++/9381 (attribute on member function pointer...
2009-11-01 Jason Merrilltree.c (cv_unqualified): New fn.
2009-10-14 Larry Evansre PR c++/40092 ([c++0x] expansion pattern fails with...
2009-10-11 Richard Guenthergimple.c (iterative_hash_type_name): Do not handle...
2009-10-07 Jason Merrillre PR c++/41038 (Parsing error related to qualified...
2009-10-02 Jason Merrillparser.c (cp_parser_lambda_expression): Compute visibility.
2009-10-01 Gabriel Dos Reistree.h (tree_decl_common::lang_flag_8): New.
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-21 Jason Merrillre PR c++/41421 ([C++0x] Trivial types should require...
2009-09-18 Jason Merrilldecl2.c (determine_visibility): Make anonymous types...
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...
next