re PR c++/28211 (wrong linkage of template argument, diagnostic could be improved)
[gcc.git] / gcc / cp / pt.c
2006-10-16 Mark Mitchellre PR c++/28211 (wrong linkage of template argument...
2006-10-02 Mark Mitchellre PR c++/29105 (segfault in add_candidates with a...
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-07 Simon Martinre PR c++/28284 (ICE with invalid static const variable)
2006-09-07 Mark Mitchellre PR c++/28903 (Rejects VLA in template class's member...
2006-09-06 Jason Merrillre PR c++/26102 ("using Base::member" nonsense)
2006-09-04 Nathan SidwellPR 23287 Revert my 2006-09-01 patch.
2006-09-01 Nathan Sidwellre PR c++/23287 (Explicitly invoking destructor of...
2006-08-28 Volker Reicheltre PR c++/28860 (Trouble with bound template template...
2006-08-27 Mark Mitchellre PR c++/28058 (ICE in inline_forbidden_p)
2006-08-26 Lee Millwardre PR c++/28736 (ICE with friend of invalid 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-24 Jason Merrillre PR c++/27714 (operator new as friend in template...
2006-08-20 Mark Mitchellre PR c++/28341 (ICE with references as template parame...
2006-08-17 Volker Reicheltre PR c++/28711 (ICE on invalid initializer for multidi...
2006-08-17 Jason Merrillre PR c++/28385 (templated function call goes awry)
2006-08-15 Lee Millwardre PR c++/28594 (ICE with invalid template parameter)
2006-08-09 Lee Millwardre PR c++/28637 (ICE on invalid template parameter)
2006-08-02 Mark Mitchellre PR c++/28557 (Trouble with templated type conversion...
2006-08-01 Daniel Jacobowitzre PR debug/23336 (enum constants not visible to gdb...
2006-07-28 Lee Millwardre PR c++/27668 (ICE with invalid template parameter)
2006-07-24 Daniel Jacobowitzre PR c++/28460 (g++ emits bogus namespace DIE)
2006-07-23 Mark Mitchellre PR c++/28025 (multiple template friend compile error)
2006-07-21 Volker Reicheltre PR c++/28250 (ICE with invalid catch)
2006-07-20 Jason Merrillre PR c++/28407 (Issue with anonymous namespace)
2006-07-19 Mark Mitchellre PR c++/28235 (ICE with static const member as defaul...
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-29 Jason Merrillre PR c++/27424 (Valid template-template-parameter...
2006-06-22 Volker Reicheltre PR c++/28111 (ICE with invalid friend in template...
2006-06-22 Volker Reicheltre PR c++/28110 (ICE with invalid template constant...
2006-06-19 Mark Mitchell* pt.c (instantiate_template): Fix typo in comment.
2006-06-16 Mark Mitchellre PR c++/27689 (function template incorrectly selected...
2006-06-16 Mark Mitchellre PR c++/27640 (segfault, related to constructor insta...
2006-06-15 Mark Mitchellre PR c++/26559 (ICE with __builtin_constant_p in templ...
2006-06-07 Volker Reicheltre PR c++/27601 (ICE (in fold_offsetof_1, at c-common...
2006-06-06 Mike StumpFix up whitespacing
2006-05-29 Kazu Hiratapt.c (convert_nontype_argument): Fix a typo in an error...
2006-05-25 Mark Mitchellre PR c++/20103 (ICE in create_tmp_var with C99 style...
2006-05-23 Mark Mitchellre PR c++/20173 (gcc accepts invalid partial specializa...
2006-05-19 Mark Mitchellre PR c++/26433 (Syntax error using __FUNCTION__ in...
2006-05-17 Jakub Jelinekre PR middle-end/27415 (Iteration var in firstprivate...
2006-05-15 Volker Reicheltre PR c++/27582 (ICE with invalid template parameter)
2006-05-15 Volker Reicheltre PR c++/27315 (ICE with ill-placed expression)
2006-05-15 Volker Reicheltre PR c++/27559 (ICE on templated operator new)
2006-05-15 Volker Reicheltre PR c++/27496 (ICE on broken templated friend)
2006-05-14 Alexandre Olivapt.c (build_non_dependent_expr): Leave ADDR_EXPR of...
2006-05-06 Volker Reicheltre PR c++/27427 (ICE with invalid template parameter)
2006-05-06 Volker Reichelt* pt.c (process_template_parm): Remove superfluous...
2006-05-06 Volker Reicheltre PR c++/27430 (ICE on array of voids as template...
2006-05-02 Mark Mitchellre PR c++/27309 (ICE on invalid constructor definition)
2006-04-30 Mark Mitchellre PR c++/27094 (tree check: expected tree_list, have...
2006-04-19 Volker Reicheltre PR c++/26739 (ICE in g++.old-deja/g++.pt/friend36.C)
2006-04-15 Kazu HirataMake-lang.in (cp/pt.o): Depend on vecprim.h.
2006-04-11 Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-04-08 Kazu Hirata* decl2.c, pt.c, semantics.c: Fix comment typos.
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 (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 Mark Mitchellre PR c++/9737 ([DR150] Partial template specialisation...
2006-02-04 Gabriel Dos Reiscp-tree.h (tf_warn_or_error): New substituion flag.
2006-02-01 Mark Mitchellre PR c++/25342 (internal compiler error: in lookup_mem...
2006-01-29 Gabriel Dos Reiscall.c (alloc_conversion): Use cast when converting...
2006-01-28 Mark Mitchellre PR c++/25855 (template specialisation not always...
2006-01-25 Volker Reicheltcp-tree.h (get_primary_binfo): Remove prototype.
2006-01-23 Volker Reicheltcp-tree.h (do_poplevel): Remove prototype.
2006-01-19 Volker Reicheltre PR c++/25854 (Bogus diagnostic with '<type error>')
2006-01-14 Jason Merrill* pt.c (check_explicit_specialization): Use CP_DECL_CON...
2006-01-13 Jason Merrillname-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.
2006-01-12 Jason Merrillre PR libstdc++/24660 (versioning weak symbols in libst...
2005-12-23 Mark Mitchellre PR c++/24671 (ICE with zero-sized arrays)
2005-12-23 Mark Mitchellre PR c++/25369 (use of inline function in template...
2005-12-16 Kazu Hirata* parser.c, pt.c: Fix comment typos.
2005-12-12 Mark Mitchellre PR c++/25337 (ICE with template processing)
2005-11-25 Volker Reicheltpt.c (instantiate_class_template): Clean-up.
2005-11-25 Volker Reicheltpt.c (template_class_depth_real): Remove.
2005-11-24 Gabriel Dos Reisre PR target/24236 (gcc.dg/i386-sse-10.c fails on the...
2005-11-21 Richard Hendersonc-common.c, [...]: Revert 2005-11-18 lookup_name patch.
2005-11-15 Mark Mitchellre PR c++/24687 (ICE after error)
2005-11-12 Jakub Jelinekre PR c++/24761 (templates and inline-asm and "+")
2005-11-07 Jason Merrillre PR c++/17256 (undefined but used static or inline...
2005-11-04 Josh Connerre PR c++/19989 (Inconsistency with zero-sized arrays)
2005-11-03 Mark Mitchellre PR c++/21627 (invalid inline warning with ctor and...
2005-11-02 Mark Mitchellre PR c++/24569 (ICE in add_AT_specification, at dwarf2...
2005-10-18 Mark Mitchellre PR c++/23293 (Misleading names in diagnostics for...
2005-10-17 Nathan Sidwellre PR c++/24386 (wrong virtual function called in templ...
2005-10-16 Mark Mitchellre PR c++/24389 (template variable not getting marked...
2005-10-16 Mark Mitchellre PR c++/22137 (Internal error: Segmentation fault...
2005-10-16 Jason Merrilltweak comment
2005-10-13 Mark Mitchellre PR c++/22464 (ICE on classes in template functions...
2005-10-12 Nathan Sidwellre PR c++/21592 (ICE in resolve_overloaded_unification...
2005-10-12 Nathan Sidwellre PR c++/23797 (ICE on typename outside template)
2005-10-11 Mark Mitchellre PR c++/24277 (Boost causes ICE in build_c_cast,...
2005-10-10 Mark Mitchellre PR c++/24275 (Previously accepted code fails with...
2005-10-05 Nathan Sidwellre PR c++/23513 (overload resolution fails to select...
2005-10-02 Mark Mitchellre PR c++/22621 (Member function overloading introduces...
2005-09-27 Mark Mitchellre PR c++/22147 (ICE in get_bindings)
2005-09-16 Mark Mitchellre PR c++/21514 ([DR 488] templates and anonymous enum)
next