aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-23/+21
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-22* pt.c (register_specialization): Remove superfluous assertion.Volker Reichelt1-5/+0
2005-06-17re PR c++/17413 (local classes as template argument)Geoffrey Keating1-10/+5
2005-06-15Canonicalize whitespace.Mike Stump1-292/+292
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-671/+671
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-11/+15
2005-06-08re PR c++/19894 (pointer-to-void member not rejected in template)Volker Reichelt1-1/+6
2005-06-07cp-tree.def (DEFAULT_ARG): Adjust documentation.Nathan Sidwell1-2/+1
2005-06-06re PR c++/21903 (Default argument of template function causes a compile-time ...Nathan Sidwell1-6/+21
2005-06-03re PR c++/21336 (Internal compiler error when using custom new operators)Mark Mitchell1-2/+1
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-2/+2
2005-05-26re PR translation/21768 (ICE in error message due to violation of coding conv...Volker Reichelt1-4/+3
2005-05-24class.c (layout_class_type): Do not issue C++ ABI warnings for ObjC structs.Ziemowit Laski1-18/+1
2005-05-17Yet more Objective-C++...Ziemowit Laski1-1/+28
2005-05-05re PR c++/21352 (ICE with passing template function type as template type)Mark Mitchell1-4/+1
2005-05-05* pt.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-2/+2
2005-04-09cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove.Kazu Hirata1-1/+0
2005-04-08re PR c++/20145 (template "class has virtual functions ... " is not suppresse...Mark Mitchell1-3/+12
2005-04-06re PR c++/20212 (attribute unused vs. member function template)Mark Mitchell1-0/+7
2005-04-03* pt.c: Fix comment typos.Kazu Hirata1-2/+2
2005-04-03re PR c++/20723 (ICE in more_specialized_fn, more than one user-defined conve...Nathan Sidwell1-2/+8
2005-04-01call.c (add_template_candidates_real): Remove length parameter from fn_type_u...Nathan Sidwell1-93/+42
2005-03-31PR c++/19203, implement DR 214Nathan Sidwell1-75/+186
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-7/+7
2005-03-17re PR c++/20186 (ICE with static_cast and type dependent variable (templates))Nathan Sidwell1-141/+103
2005-03-14re PR c++/4403 (incorrect class becomes a friend in template)Kriang Lerdsuwanakij1-7/+32
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij1-2/+9
2005-03-14re PR c++/20157 (Internal compiler error on invalid code)Mark Mitchell1-2/+10
2005-03-09re PR c++/20208 (No array-to-pointer decay happens for template functions)Mark Mitchell1-0/+2
2005-03-09re PR c++/20186 (ICE with static_cast and type dependent variable (templates))Nathan Sidwell1-1/+48
2005-03-05re PR c++/19311 (ICE in resolve_overloaded_unification)Kriang Lerdsuwanakij1-1/+2
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-16/+43
2005-02-14re PR c++/19884 (ICE on explicit instantiation of a non-template constructor)Nathan Sidwell1-11/+7
2005-02-12re PR c++/14479 (enum definition in template class with template methods caus...Kriang Lerdsuwanakij1-43/+0
2005-02-11re PR c++/19634 (Infinite memory usage on Alpha)Richard Henderson1-8/+6
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-2/+1
2005-02-03re PR c++/19628 (g++ no longer accepts __builtin_constant_p in constant-expre...Matt Austern1-0/+30
2005-02-02re PR c++/17413 (local classes as template argument)Volker Reichelt1-2/+4
2005-02-01re PR c++/18757 (ICE (on invalid) in get_innermost_template_args)Alexandre Oliva1-0/+3
2005-01-29re PR c++/19667 (ICE on (very trivial) invalid)Mark Mitchell1-0/+7
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-2/+2
2005-01-21re PR c++/19208 (Spurious error about variably modified type)Giovanni Bajo1-6/+5
2005-01-17pt.c (tinst_for_decl): Remove.Kazu Hirata1-14/+0
2005-01-07re PR c++/19298 (dependent type (references) and calling a function method)Nathan Sidwell1-0/+2
2005-01-06re PR c++/19258 (Incorrect access check for default argument)Kriang Lerdsuwanakij1-2/+4
2005-01-06re PR c++/19270 (ice on valid template code)Nathan Sidwell1-13/+10
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell1-9/+9
2004-12-23re PR c++/17413 (local classes as template argument)Mark Mitchell1-3/+1