aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-03-09re PR c++/20208 (No array-to-pointer decay happens for template functions)Mark Mitchell2-0/+9
2005-03-09re PR c++/16859 (Empty initializer for array of unknown size spuriously accep...Paolo Carlini2-4/+15
2005-03-09re PR c++/20186 (ICE with static_cast and type dependent variable (templates))Nathan Sidwell2-1/+54
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell6-33/+25
2005-03-07class.c (finish_struct_1): Do not warn about non-virtual destructors in Java ...Mark Mitchell2-1/+8
2005-03-05re PR c++/19311 (ICE in resolve_overloaded_unification)Kriang Lerdsuwanakij4-31/+23
2005-03-02name-lookup.c (push_overloaded_decl): Don't error if the new decl matches the...Alexandre Oliva3-2/+10
2005-03-01decl.c (finish_function): Use SET_EXPR_LOCATION instead of unavailable annota...Per Bothner2-0/+9
2005-03-01re PR c++/20232 (ICE with covariancy)Nathan Sidwell4-7/+26
2005-02-27re PR c++/20206 (COMDAT broken for C++ thunks)Jakub Jelinek2-1/+23
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt9-16/+20
2005-02-24re PR c++/20175 (Warnings are issued when initializing struct members with "s...Jakub Jelinek2-1/+10
2005-02-24re PR c++/19878 (ICE in import_export_decl)Mark Mitchell2-0/+8
2005-02-23decl.c (grokvardecl): Don't exempt anonymous types from having linkage for va...Alexandre Oliva2-17/+14
2005-02-23genpreds.c: Update copyright.Kazu Hirata3-2/+6
2005-02-23re PR c++/20073 (ICE initializing const array)Mark Mitchell1-0/+7
2005-02-23re PR c++/20073 (ICE initializing const array)Mark Mitchell2-27/+20
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell6-36/+45
2005-02-22parser.c (cp_parser_direct_declarator): Always complain about non-constant ar...Mark Mitchell3-14/+10
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor8-27/+155
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg2-110/+118
2005-02-18re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson2-34/+64
2005-02-19s/2005-01-19/2005-02-19/Jakub Jelinek1-1/+1
2005-02-19decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING if type is not erro...Jakub Jelinek2-1/+6
2005-02-18re PR c++/19508 (dwarf2, ICE on __attribute__(aligned) in class template)Giovanni Bajo2-1/+16
2005-02-18re PR c++/19813 (wrong code with -finline-limit)Jakub Jelinek2-0/+22
2005-02-17re PR c++/20028 (class and then template class gives an ICE)Alexandre Oliva2-0/+5
2005-02-17re PR c++/20022 (-fno-access-control is broken)Alexandre Oliva2-2/+7
2005-02-15re PR c++/17788 (poor diagnostic for missing reference initializer)Alexandre Oliva2-51/+23
2005-02-15decl2.c (mark_used): Set the source location of the used decl to the current ...Alexandre Oliva3-8/+25
2005-02-14re PR c++/19608 (ICE after friend function definition in local class)Nathan Sidwell2-3/+8
2005-02-14re PR c++/19884 (ICE on explicit instantiation of a non-template constructor)Nathan Sidwell3-12/+23
2005-02-14re PR c++/17816 (duplicate definition of pure virtual function not diagnosed)Alexandre Oliva2-1/+8
2005-02-14re PR c++/19891 (Covariant returns are broken)Nathan Sidwell4-22/+87
2005-02-12re PR c++/14479 (enum definition in template class with template methods caus...Kriang Lerdsuwanakij4-46/+9
2005-02-11re PR c++/19634 (Infinite memory usage on Alpha)Richard Henderson2-8/+12
2005-02-11re PR c++/19755 (-Wmissing-braces doesn't warn anymore)Mark Mitchell2-4/+14
2005-02-11* cp-tree.def, except.c, ptree.c: Update copyright.Kazu Hirata4-3/+7
2005-02-10re PR c++/19811 (g++ 4.0: ICE on vector delete of undefined class)Mark Mitchell2-1/+7
2005-02-10* parser.c (cp_parser_unqualified_id): Initialize type_decl.Mark Mitchell2-0/+3
2005-02-10re PR c++/19787 (Internal compiler error with ambiguous conversion functions)Mark Mitchell4-124/+182
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell15-140/+213
2005-02-08cxx-pretty-print.c, [...]: Update copyright.Kazu Hirata4-3/+8
2005-02-08parser.c (cp_lexer_start_debugging): Avoid arithmetic operations on boolean v...Mark Mitchell2-2/+8
2005-02-03re PR c++/17401 (ICE with invalid pure specifier)Giovanni Bajo3-58/+25
2005-02-03re PR c++/19628 (g++ no longer accepts __builtin_constant_p in constant-expre...Matt Austern6-3/+62
2005-02-02re PR c++/17413 (local classes as template argument)Volker Reichelt2-2/+10
2005-02-02cp-tree.h (complete_type_or_else): Remove macro.Volker Reichelt3-6/+12
2005-02-02cp-tree.h (commonparms): Remove prototype.Volker Reichelt3-7/+13
2005-02-01parser.c (cp_parser_primary_expression): Don't complain about floating-point ...Mark Mitchell2-1/+8