aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-23re PR c++/18962 (specialization of template class with inner template members...Alexandre Oliva1-0/+4
2004-12-23re PR c++/18733 (friend rejected)Giovanni Bajo1-1/+9
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell1-23/+9
2004-12-15re PR c++/18825 (ICE segmentation fault in wv2)Kriang Lerdsuwanakij1-15/+38
2004-12-14re PR c++/18949 (trouble with const_cast in templates)Nathan Sidwell1-2/+5
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-18/+26
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-1/+1
2004-12-04PR c++/17011, c++/17971Kriang Lerdsuwanakij1-2/+13
2004-12-02PR c++/15664, c++/18276Kriang Lerdsuwanakij1-34/+42
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell1-26/+50
2004-11-29re PR c++/18652 (ICE on invalid redeclaration)Kriang Lerdsuwanakij1-1/+5
2004-11-27* pt.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-0/+3
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij1-2/+3
2004-11-24pt.c (tsubst_function_type): Do not permit function types which return arrays...Mark Mitchell1-0/+16
2004-11-14re PR c++/17344 (completely wacky error with matching template template class...Kriang Lerdsuwanakij1-1/+4
2004-11-12re PR c++/18389 (ICE on struct declaration in for statement)Mark Mitchell1-4/+13
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-2/+2
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4
2004-11-04DR 49, 100Giovanni Bajo1-329/+322
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-1/+1
2004-10-29* pt.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-28re PR c++/17132 (GCC fails to eliminate function template specialization when...Mark Mitchell1-2/+16
2004-10-27re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell1-0/+8
2004-10-20re PR c++/13495 (Friendship to class nested within a template is broken)Kriang Lerdsuwanakij1-25/+97
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-6/+11
2004-10-11re PR c++/17936 (Declaration of specialization rejected)Mark Mitchell1-0/+6
2004-10-09re PR c++/17524 (ICE with initializing a variable of type void)Mark Mitchell1-3/+1
2004-10-08* pt.c, search.c: Fix comment typos.Kazu Hirata1-2/+2
2004-10-07pt.c (tsubst_expr): Look passed the CLEANUP_POINT_EXPR to get the asm express...Andrew Pinski1-1/+6
2004-10-07cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.Mark Mitchell1-236/+281
2004-10-05Convert diagnostics to use quoting flag q 6/nGabriel Dos Reis1-133/+134
2004-09-28class.c (VTT_TOP_LEVEL_P, [...]): Remove.Nathan Sidwell1-58/+24