aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-23* typeck.c: Fix a comment typo.Kazu Hirata2-2/+6
2005-01-21re PR c++/19208 (Spurious error about variably modified type)Giovanni Bajo2-6/+13
2005-01-20typeck.c (more_qualified_p): Remove.Kazu Hirata3-12/+5
2005-01-20typeck.c (comptypes): Handle return code from objc_comptypes correctly.Matt Austern2-1/+6
2005-01-19* cp-tree.h, name-lookup.h: Remove unused prototypes.Kazu Hirata3-26/+4
2005-01-19re PR c++/19375 (Access violation diagnostic given twice)Kriang Lerdsuwanakij2-6/+27
2005-01-18tree.c (count_functions, [...]): Remove.Kazu Hirata3-69/+4
2005-01-18decl.c (vtable_decl_p, [...]): Remove.Kazu Hirata3-113/+5
2005-01-18decl.c (delete_block): Remove.Kazu Hirata3-24/+5
2005-01-18re PR c/19472 (compiler internal error: in var_ann, at tree-flow-inline.h:34)Andrew Pinski2-2/+14
2005-01-18Make-lang.in, [...]: Update copyright.Kazu Hirata8-7/+14
2005-01-17tree.c (hash_chainon): Remove.Kazu Hirata3-16/+3
2005-01-17pt.c (tinst_for_decl): Remove.Kazu Hirata3-15/+3
2005-01-17cvt.c (convert_lvalue): Remove.Kazu Hirata3-14/+3
2005-01-17class.c (get_enclosing_class): Remove.Kazu Hirata3-30/+5
2005-01-15re PR c++/19263 (wrong-code: explicit initialization of v8qi miscompiled)Jakub Jelinek2-1/+8
2005-01-13* Make-lang.in (cp-warn): Don't append $(WERROR).Kaveh R. Ghazi2-1/+5