aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-28re PR c++/25855 (template specialisation not always found (partial ordering))Mark Mitchell1-43/+27
2006-01-25cp-tree.h (get_primary_binfo): Remove prototype.Volker Reichelt1-3/+3
2006-01-23cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt1-1/+1
2006-01-19re PR c++/25854 (Bogus diagnostic with '<type error>')Volker Reichelt1-2/+6
2006-01-13* pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.Jason Merrill1-2/+2
2006-01-13name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.Jason Merrill1-2/+4
2006-01-12re PR libstdc++/24660 (versioning weak symbols in libstdc++)Jason Merrill1-1/+8
2005-12-23re PR c++/24671 (ICE with zero-sized arrays)Mark Mitchell1-0/+2
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell1-34/+4
2005-12-16* parser.c, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2005-12-12re PR c++/25337 (ICE with template processing)Mark Mitchell1-7/+8
2005-11-25pt.c (instantiate_class_template): Clean-up.Volker Reichelt1-6/+6
2005-11-25pt.c (template_class_depth_real): Remove.Volker Reichelt1-21/+5
2005-11-24re PR target/24236 (gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linu...Gabriel Dos Reis1-1/+2
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson1-4/+4
2005-11-15re PR c++/24687 (ICE after error)Mark Mitchell1-6/+2
2005-11-12re PR c++/24761 (templates and inline-asm and "+")Jakub Jelinek1-3/+36
2005-11-07re PR c++/17256 (undefined but used static or inline functions should be diag...Jason Merrill1-3/+8
2005-11-04re PR c++/19989 (Inconsistency with zero-sized arrays)Josh Conner1-16/+15
2005-11-03re PR c++/21627 (invalid inline warning with ctor and dtor)Mark Mitchell1-0/+18
2005-11-02re PR c++/24569 (ICE in add_AT_specification, at dwarf2out.c:4966)Mark Mitchell1-4/+3
2005-10-18re PR c++/23293 (Misleading names in diagnostics for typedefs in functions)Mark Mitchell1-0/+7
2005-10-17re PR c++/24386 (wrong virtual function called in template member)Nathan Sidwell1-3/+11
2005-10-16re PR c++/24389 (template variable not getting marked as weak)Mark Mitchell1-0/+4
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-8/+26
2005-10-16tweak commentJason Merrill1-1/+1
2005-10-13re PR c++/22464 (ICE on classes in template functions which attempt closure)Mark Mitchell1-16/+40
2005-10-12re PR c++/21592 (ICE in resolve_overloaded_unification/arg_assoc)Nathan Sidwell1-1/+6
2005-10-12re PR c++/23797 (ICE on typename outside template)Nathan Sidwell1-0/+4
2005-10-11re PR c++/24277 (Boost causes ICE in build_c_cast, at cp/typeck.c:5231)Mark Mitchell1-5/+11
2005-10-10re PR c++/24275 (Previously accepted code fails with 4.0.2)Mark Mitchell1-0/+3
2005-10-05re PR c++/23513 (overload resolution fails to select a more specialized templ...Nathan Sidwell1-10/+23
2005-10-02re PR c++/22621 (Member function overloading introduces syntax errors)Mark Mitchell1-3/+1
2005-09-27re PR c++/22147 (ICE in get_bindings)Mark Mitchell1-0/+2
2005-09-16re PR c++/21514 ([DR 488] templates and anonymous enum)Mark Mitchell1-7/+10
2005-09-16re PR c++/23896 (boost::tie() = std::pair doesn't compile)Mark Mitchell1-5/+15
2005-09-15* pt.c (check_explicit_instantiation_namespace): Fix typo.Mark Mitchell1-1/+1
2005-09-15re PR c++/13140 (declaration in global namespace, definition inside named or ...Mark Mitchell1-2/+34
2005-09-13re PR c++/23842 (Incorrect access control context)Mark Mitchell1-4/+0
2005-09-12re PR c++/23789 (compilation error when template parameters have certain comp...Mark Mitchell1-26/+1
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-17/+21
2005-09-11decl2.c (build_anon_union_vars): Copy attributes from the base addr.Richard Henderson1-0/+7
2005-09-09re PR c++/22252 (pragma interface/implementation still break synthesized meth...Mark Mitchell1-1/+1
2005-09-05re PR c++/23667 (tr1/6_containers/unordered/hashtable/23465.cc execution test...Mark Mitchell1-11/+7
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell1-10/+31
2005-08-29re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)Mark Mitchell1-32/+39
2005-08-26re PR c++/19004 (ICE in uses_template_parms at cp/pt.c:4860)Mark Mitchell1-1/+3
2005-08-23re PR c++/23044 (ICE on valid code)Nathan Sidwell1-1/+2
2005-08-22re PR c++/22233 (ICE with wrong number of template parameters)Volker Reichelt1-0/+1
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian1-7/+11