]> gcc.gnu.org Git - gcc.git/history - gcc/cp/pt.c
re PR c++/25342 (internal compiler error: in lookup_member, at cp/search.c:1209)
[gcc.git] / gcc / cp / pt.c
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...
2005-05-24 Ziemowit Laskiclass.c (layout_class_type): Do not issue C++ ABI warni...
2005-05-17 Ziemowit LaskiYet more Objective-C++...
2005-05-05 Mark Mitchellre PR c++/21352 (ICE with passing template function...
2005-05-05 Kazu Hirata* pt.c: Fix a comment typo.
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-09 Kazu Hiratacp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove.
2005-04-08 Mark Mitchellre PR c++/20145 (template "class has virtual functions...
2005-04-06 Mark Mitchellre PR c++/20212 (attribute unused vs. member function...
2005-04-03 Kazu Hirata* pt.c: Fix comment typos.
2005-04-03 Nathan Sidwellre PR c++/20723 (ICE in more_specialized_fn, more than...
2005-04-01 Nathan Sidwellcall.c (add_template_candidates_real): Remove length...
2005-03-31 Nathan SidwellPR c++/19203, implement DR 214
2005-03-24 Steven Bosschertypeck.c (comptypes): First determine if the types...
2005-03-17 Nathan Sidwellre PR c++/20186 (ICE with static_cast and type dependen...
2005-03-14 Kriang Lerdsuwanakijre PR c++/4403 (incorrect class becomes a friend in...
2005-03-14 Kriang LerdsuwanakijFriend class name lookup 5/n PR c++/1016
2005-03-14 Mark Mitchellre PR c++/20157 (Internal compiler error on invalid...
2005-03-09 Mark Mitchellre PR c++/20208 (No array-to-pointer decay happens...
2005-03-09 Nathan Sidwellre PR c++/20186 (ICE with static_cast and type dependen...
2005-03-05 Kriang Lerdsuwanakijre PR c++/19311 (ICE in resolve_overloaded_unification)
2005-02-21 Douglas Gregorre PR c++/19076 (Pointer to member function not matched...
2005-02-14 Nathan Sidwellre PR c++/19884 (ICE on explicit instantiation of a...
2005-02-12 Kriang Lerdsuwanakijre PR c++/14479 (enum definition in template class...
2005-02-11 Richard Hendersonre PR c++/19634 (Infinite memory usage on Alpha)
next
This page took 0.968354 seconds and 108 git commands to generate.