aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-01* parser.c (cp_parser_template_id): Revert comment patch too.Alexandre Oliva2-2/+3
2005-02-01re PR c++/18757 (ICE (on invalid) in get_innermost_template_args)Alexandre Oliva3-1/+21
2005-02-01decl.c (build_enumerator): Do not issue duplicate error messages about invali...Mark Mitchell3-62/+192
2005-01-31parser.c (cp_lexer_new_main): Get the first token, first, before doing anything.Mike Stump2-4/+12
2005-01-31* decl.c (start_decl): Add missing parentheses.Mark Mitchell2-1/+5
2005-01-31re PR c++/19555 (specialized in the wrong namespace causes an ICE)Mark Mitchell3-3/+25
2005-01-31re PR c++/19395 (invalid scope qualifier allowed in typedef)Mark Mitchell3-30/+32
2005-01-31re PR c++/19457 (Warning depends on cached constant)Mark Mitchell6-59/+64
2005-01-29re PR c++/19253 (bad error message / ICE for invalid template parameter)Mark Mitchell2-1/+9
2005-01-29re PR c++/19667 (ICE on (very trivial) invalid)Mark Mitchell2-0/+12
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher4-8/+17
2005-01-26Fix filename typo.Joern Rennecke1-1/+1
2005-01-26Add bug number:Joern Rennecke1-0/+1
2005-01-26* parse.c (cp_parser_initializer_clause): Initialize *non_constant_p.J"orn Rennecke2-0/+7
2005-01-25class.c (abort_fndecl_addr): New variable.Andrew Pinski3-9/+28
2005-01-25cxx-pretty-print.c (pp_cxx_statement): Add prototype.Volker Reichelt3-5/+10
2005-01-25name-lookup.c (print_binding_level): Make static.Volker Reichelt3-6/+13
2005-01-25* decl.h (debug_bindings_indentation): Remove.Volker Reichelt2-5/+4