aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template
AgeCommit message (Expand)AuthorFilesLines
2004-10-28re PR c++/17132 (GCC fails to eliminate function template specialization when...Mark Mitchell1-0/+39
2004-10-28re PR c++/17435 (Binding a temporary of derived type to reference of base)Mark Mitchell2-2/+12
2004-10-27re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell2-0/+17
2004-10-25re PR middle-end/17407 (ICE in int_mode_for_mode)Andrew Pinski1-0/+16
2004-10-21memfriend11.C: Fix comment typo.Kriang Lerdsuwanakij2-2/+2
2004-10-20re PR c++/13495 (Friendship to class nested within a template is broken)Kriang Lerdsuwanakij9-0/+528
2004-10-11re PR c++/17936 (Declaration of specialization rejected)Mark Mitchell1-0/+13
2004-10-10Convert diagnostics to use quoting flag q 7/nGabriel Dos Reis1-2/+2
2004-10-10re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell1-0/+14
2004-10-09re PR c++/17524 (ICE with initializing a variable of type void)Mark Mitchell1-0/+8
2004-10-05Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-2/+2
2004-10-04Convert diagnostics to use quoting flag q 3/nGabriel Dos Reis1-1/+1
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-0/+9
2004-09-27re PR c++/17585 (usage of unqualified name of static member from within class...Mark Mitchell1-0/+8
2004-09-23decl.c (grokfndecl): If ::main is found not to return int, correct it after i...Zack Weinberg4-9/+9
2004-09-21re PR c++/17530 (failure to emit inline function)Mark Mitchell1-0/+16
2004-09-16re PR c++/17501 (Confusion with member templates)Mark Mitchell1-0/+19
2004-09-15re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined)Mark Mitchell1-0/+16
2004-09-14re PR c++/16162 (Rejects valid member-template-definition)Mark Mitchell1-0/+13
2004-09-14re PR c++/16716 (ICE in cp_parser_parse_and_diagnose_invalid_type_name)Mark Mitchell1-0/+8
2004-09-11pt.c (cur_stmt_expr): Move from tsubst_expr.Richard Henderson1-0/+10
2004-08-31re PR c++/17221 (C++ offsetof regression)Richard Henderson1-0/+16
2004-08-25* g++.dg/template/repo3.C: New test.Adam Nemet1-0/+7
2004-08-25re PR c++/14428 (incompatible template declarations accepted)Kriang Lerdsuwanakij1-0/+9
2004-08-24re PR c++/16706 (ICE in finish_member_declaration, at cp/semantics.c:2126)Kriang Lerdsuwanakij2-0/+66
2004-08-24re PR c++/17149 (ICE: tree check: expected record_type or union_type or qual_...Nathan Sidwell1-0/+12
2004-08-24re PR c++/17163 (ICE with -frepo and static class variables)Mark Mitchell1-0/+14
2004-08-19re PR c++/15890 (internal compiler error: in c_expand_expr, at c-common.c:4138)Mark Mitchell1-0/+14
2004-08-18re PR c++/17068 (ICE: tree check: expected class 'd', have 'x' (identifier_no...Mark Mitchell1-0/+11
2004-08-18re PR c++/16246 (Incorrect template argument deduction)Mark Mitchell1-0/+11
2004-08-16re PR c++/6749 (infinite loop with inheritance of abstract classes)Kriang Lerdsuwanakij1-0/+18
2004-08-12re PR c++/16853 (pointer-to-member initialization from incompatible one accep...Mark Mitchell1-0/+14
2004-08-11re PR c++/16964 (ICE in cp_parser_class_specifier due to redefinition)Mark Mitchell2-0/+32
2004-08-02re PR c++/16224 (internal compiler error: in write_unscoped_name (template/na...Mark Mitchell1-0/+11
2004-07-29* g++.dg/template/sizeof8.C: Don't assume 32bit pointers.Richard Henderson1-1/+1
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-0/+17
2004-07-27re PR c++/14429 (valid template template argument rejected)Kriang Lerdsuwanakij2-0/+33
2004-07-22* pt.cNathan Sidwell1-0/+20
2004-07-21re PR c++/14497 (Accepts invalid specialization of member template missing "t...Giovanni Bajo1-0/+11
2004-07-21re PR c++/509 (G++ forbids template specialization as ambiguous)Giovanni Bajo1-0/+34
2004-07-20re PR c++/16175 (Wrong type reported in diagnostic)Kriang Lerdsuwanakij1-0/+21
2004-07-20Remove DOS style trailing Carriage ReturnsKelley Cook2-52/+52
2004-07-19re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-0/+15
2004-07-19re PR c++/12170 (ICE in cp_type_quals)Kriang Lerdsuwanakij1-0/+28
2004-07-18re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij4-0/+87
2004-07-06re PR c++/3671 (cannot deduce enum template parameter with multiple overloads)Giovanni Bajo1-0/+18
2004-07-05re PR c++/11406 (sorry+ICE: `array_ref' not supported by dump_type)Volker Reichelt1-0/+9
2004-06-28re PR c++/16174 (deducing top-level consts)Nathan Sidwell1-0/+39
2004-06-14re PR c++/15096 (parse error with templates and pointer to const member)Mark Mitchell2-0/+36
2004-06-10re PR c++/15875 (rejects pointer to member in template)Jason Merrill4-87/+0