]> gcc.gnu.org Git - gcc.git/history - gcc/cp/pt.c
re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)
[gcc.git] / gcc / cp / pt.c
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)
2005-09-16 Mark Mitchellre PR c++/23896 (boost::tie() = std::pair doesn't compile)
2005-09-15 Mark Mitchell* pt.c (check_explicit_instantiation_namespace): Fix...
2005-09-15 Mark Mitchellre PR c++/13140 (declaration in global namespace, defin...
2005-09-13 Mark Mitchellre PR c++/23842 (Incorrect access control context)
2005-09-12 Mark Mitchellre PR c++/23789 (compilation error when template parame...
2005-09-12 Ian Lance Taylorre PR c++/7874 (g++ finds friend functions defined...
2005-09-12 Richard Hendersondecl2.c (build_anon_union_vars): Copy attributes from...
2005-09-09 Mark Mitchellre PR c++/22252 (pragma interface/implementation still...
2005-09-05 Mark Mitchellre PR c++/23667 (tr1/6_containers/unordered/hashtable...
2005-09-03 Mark Mitchellre PR c++/23699 (rejects static int as non constant...
2005-08-29 Mark Mitchellre PR c++/23099 (ICE in build_simple_base_path, at...
2005-08-26 Mark Mitchellre PR c++/19004 (ICE in uses_template_parms at cp/pt...
2005-08-23 Nathan Sidwellre PR c++/23044 (ICE on valid code)
2005-08-22 Volker Reicheltre PR c++/22233 (ICE with wrong number of template...
2005-08-15 Fariborz JahanianFix Infinite Stack Recursion Regression.
2005-08-12 Nathan Sidwellre PR c++/21799 (Spurious ambiguity with pointers to...
2005-08-06 Volker Reicheltre PR c++/23191 (ICE on invalid throw in template)
2005-08-06 Volker Reicheltre PR c++/19498 (ICE on invalid reference in template...
2005-08-01 Kazu Hirataclass.c, [...]: Fix comment typos.
2005-07-28 Mike Stumppt.c (check_explicit_specialization): Add visibility...
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-18 Mark Mitchellre PR c++/22263 (explicit instantiation fails to emit...
2005-07-12 Volker Reicheltre PR c++/20172 (Invalid non-type template parameters...
2005-07-08 Daniel BerlinMakefile.in (TREE_H): Add treestruct.def.
2005-07-08 Nathan Sidwellre PR c++/21799 (Spurious ambiguity with pointers to...
2005-07-07 Nathan Sidwellpt.c (type_unification_real): Remove allow_incomplete...
2005-07-02 Joseph Myerstoplev.c (default_tree_printer): Handle setting locatio...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-22 Volker Reichelt* pt.c (register_specialization): Remove superfluous...
2005-06-17 Geoffrey Keatingre PR c++/17413 (local classes as template argument)
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-06-08 Nathan Sidwellre PR c++/19497 (Invalid declaration in template diagno...
2005-06-08 Volker Reicheltre PR c++/19894 (pointer-to-void member not rejected...
2005-06-07 Nathan Sidwellcp-tree.def (DEFAULT_ARG): Adjust documentation.
2005-06-06 Nathan Sidwellre PR c++/21903 (Default argument of template function...
2005-06-03 Mark Mitchellre PR c++/21336 (Internal compiler error when using...
2005-05-27 Roger Saylecp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
2005-05-26 Volker Reicheltre PR translation/21768 (ICE in error message due to...
next
This page took 0.968994 seconds and 108 git commands to generate.