re PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with attributes)
[gcc.git] / gcc / cp / cp-tree.h
2007-09-24 Jakub Jelinekre PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with...
2007-09-23 Jason Merrillre PR c++/19407 (vector keyword in typedef inside templ...
2007-09-20 Jason Merrillre PR c++/7586 (Incorrect handling of attributes in...
2007-09-14 Jason MerrillPR c++/17743, c++/19163
2007-09-11 Jan Hubickadecl.c (java_expand_body): Kill.
2007-09-06 Jason Merrillre PR c++/15097 (code generator problem with ::delete...
2007-08-31 Douglas Gregorre PR c++/32597 (New operation with empty parameter...
2007-08-28 Jason Merrillre PR c++/29000 (ICE on invalid use of template in...
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-22 Jason Merrillre PR c++/29365 (Unnecessary anonymous namespace warnings)
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-16 Kaveh R. Ghazic-common.c (const_strip_array_types): New.
2007-08-11 Ian Lance Tayloralias.h (alias_set_type): Define new type.
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-27 Douglas Gregortypeck.c (structural_comptypes): Compare DECLTYPE_TYPE...
2007-07-22 Nathan Sidwellre PR c++/30818 (templates and typedefs cause function...
2007-07-12 Kazu Hiratapt.c (template_parms_variadic_p): Remove.
2007-07-06 Mark Mitchellre PR c++/32245 (wrong POD type initialization with...
2007-06-15 Mark Mitchellcp-tree.h (DECL_VAR_MARKED_P): Remove.
2007-06-01 Mark Mitchelldecl.c (get_atexit_fn_ptr_type): New function.
2007-05-31 Russell Yanofskyre PR c++/7412 ([DR 106] References to references)
2007-05-25 Douglas Gregorre PR c++/31431 (ICE with invalid parameter pack)
2007-05-04 Dirk Muellerc.opt (Wmain,ffreestanding): Enable for C++,ObjC++.
2007-04-26 Mark Mitchellre PR target/31388 (ICE building libiberty multilib...
2007-04-21 Andrew Pinskitree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
2007-04-17 Lawrence Crowlinvoke.texi (Debugging Options): Add documentation...
2007-04-15 Mark Mitchell* cp-tree.h (current_template_parms): Fix typo in comment.
2007-04-15 Kazu Hirata* cp-tree.h, error.c: Fix comment typos.
2007-04-08 Steven Bosscherlanghooks.c (lhd_tree_inlining_add_pending_fn_decls...
2007-04-07 Daniel Berlin2007-04-07 Daniel Berlin <dberlin@dberlin.org>
2007-04-07 Daniel Berlinin / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
2007-04-02 Jason Merrillre PR c++/31187 (extern declaration of variable in...
2007-03-30 Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-28 Douglas Gregordecl.c (redeclaration_error_message): Complain when...
2007-03-23 Mark Mitchellcp-tree.h (current_tempalte_parms): Improve documentation.
2007-03-16 Manuel López-Ibáñezinvoke.texi (-Wconversion): Document warnings specific...
2007-03-15 Douglas Gregorptree.c (cxx_print_type): Use formatting markup for...
2007-03-11 Mark Mitchellre PR c++/30274 (bool bit-field: wrong increment and...
2007-03-10 Douglas Gregorre PR c++/20599 (variadic template support)
2007-03-05 Volker Reichelttypeck2.c (readonly_error): Always emit a hard error.
2007-02-28 Sandra Loosemorebuiltins.c (fold_builtin_call_list, [...]): Delete...
2007-02-25 Mark Mitchellextend.texi: Document optional priority argument to...
2007-02-22 Michael Matzdwarf2out.c (add_AT_string): Call ggc_strdup once per...
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-05 Paolo Bonzinicp-tree.h (OMP_ATOMIC_CODE): Delete.
2007-02-04 Kazu Hirataclass.c, [...]: Follow spelling conventions.
2007-01-02 Douglas Gregorc-common.c (c_common_nodes_and_builtins): Since variant...
2006-12-28 Kazu Hiratacp-tree.h (TYPE_NAMESPACE_SCOPE_P, [...]): Remove.
2006-12-16 Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-12-14 Ian Lance Taylorre PR c++/19564 (-Wparentheses does not work with the...
2006-12-08 Mark Mitchellre PR c++/29732 (ICE on invalid friend declaration)
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-21 Douglas Gregorcp-tree.def (STATIC_ASSERT): New.
2006-11-21 Jakub Jelinekre PR c++/29734 (ICE with vector in switch condition)
2006-11-20 Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-11-01 Geoffrey KeatingIn gcc/:
2006-10-23 Rafael Ávila de... decl.c: Include langhooks.h.
2006-10-17 Lee Millwardre PR c++/27952 (ICE with invalid virtual inheritance)
2006-10-11 Lee Millwardre PR c++/29024 (storage class specifier accepted for...
2006-09-25 Lee Millwardre PR c++/27667 (ICE with in-class specialization)
2006-09-25 Lee Millwardre PR c++/27329 (ICE with misplaced expression)
2006-09-11 Mark Mitchellre PR c++/28991 (Static constructor emitted instead...
2006-09-07 Jason Merrillre PR c++/27371 (Does not warn about unused function...
2006-08-28 Volker Reicheltre PR c++/28860 (Trouble with bound template template...
2006-08-26 Mark Mitchellre PR c++/28588 (static private function)
2006-08-26 Volker Reicheltre PR c++/28852 (ICE on invalid conversion operator)
2006-08-20 Mark Mitchellre PR c++/28341 (ICE with references as template parame...
2006-07-28 Kazu Hirata* cp-tree.h: Fix a comment typo.
2006-07-23 Mark Mitchellre PR c++/28025 (multiple template friend compile error)
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-16 Mark Mitchellre PR c++/27884 (bogus error: invalid use of 'register...
2006-06-16 Mark Mitchellre PR c++/27689 (function template incorrectly selected...
2006-06-13 Jakub Jelinekre PR middle-end/27793 (num_ssa_names inconsistent...
2006-06-07 Volker Reicheltre PR c++/27601 (ICE (in fold_offsetof_1, at c-common...
2006-06-06 Mike StumpFix up whitespacing
2006-06-05 Mark Mitchellre PR c++/27819 (ICE casting static const variables)
2006-05-25 Mark Mitchellre PR c++/20103 (ICE in create_tmp_var with C99 style...
2006-05-21 Mark Mitchellre PR c++/27210 (ICE on c++ template)
2006-05-19 Mark Mitchellre PR c++/26433 (Syntax error using __FUNCTION__ in...
2006-05-19 Mark Mitchellre PR c++/27471 (ICE within build_c_cast cp/typeck...
2006-05-16 Mark Mitchellre PR c++/27339 (out-of-class definition of value templ...
2006-05-15 Mark Mitchellre PR c++/27505 (ICE in const folding with bitfields)
2006-05-02 Jakub Jelinekre PR middle-end/27337 (OpenMP ICE in expand_expr_real_...
2006-04-24 Mark Mitchellre PR c++/26912 (friend const member function specializ...
2006-04-23 Mark Mitchellre PR c++/26534 ([4.1] bitfield wrong optimize)
2006-04-19 Volker Reicheltre PR c++/26036 (Treating a class object as a function...
2006-04-19 Mark Mitchellre PR c++/27102 (ICE with invalid class name in functio...
2006-04-11 Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-03-21 Jason Merrillre PR c++/21764 (visibility attributes on namespace...
2006-03-09 Richard HendersonMerge C++ from gomp-20050608-branch.
2006-02-18 Mark Mitchellre PR c++/26266 (Trouble with static const data members...
2006-02-13 Volker Reicheltcp-tree.h (warn_hidden): Remove prototype.
2006-02-13 Volker Reicheltcp-tree.h (build_type_conversion): Remove prototype.
2006-02-13 Volker Reicheltcp-tree.h (push_tinst_level): Remove prototype.
2006-02-07 Gabriel Dos Reiscp-tree.h (tf_warning_or_error): Renamed from tf_warn_o...
2006-02-07 Roger Sayledecl.c (grokdeclarator): Don't bother checking for...
2006-02-04 Gabriel Dos Reiscp-tree.h (tf_warn_or_error): New substituion flag.
next