aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-10* cp-tree.h: Fix a comment typo.Kazu Hirata2-1/+5
2005-01-07re PR c++/19298 (dependent type (references) and calling a function method)Nathan Sidwell2-0/+7
2005-01-06Update copyright dateasMark Mitchell2-2/+2
2005-01-06re PR c++/19244 (Typedef of anonymous class incorrectly handled in member fun...Mark Mitchell5-31/+43
2005-01-06re PR c++/17154 (Using declaration of function name ignored inside partial sp...Kriang Lerdsuwanakij2-8/+11
2005-01-06re PR c++/19258 (Incorrect access check for default argument)Kriang Lerdsuwanakij2-2/+10
2005-01-06re PR c++/19270 (ice on valid template code)Nathan Sidwell2-13/+17
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell8-104/+115
2005-01-03re PR c++/14136 (double error message for typename used as destructor declara...Volker Reichelt2-1/+9
2005-01-01re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher2-4/+17
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson7-22/+38
2004-12-30cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell7-132/+138
2004-12-30re PR c++/19190 (warning "value computed is not used" emitted too often)Mark Mitchell2-2/+10
2004-12-28re PR inline-asm/15740 (ICE caused by a memory operand in an asm statement)Richard Henderson2-41/+65
2004-12-27Add memory barriers to the double-checked locking used for static initializat...Jason Merrill2-9/+23
2004-12-27re PR c++/19149 (seg fault on invalid code)Mark Mitchell2-1/+7
2004-12-23re PR c++/17595 (Unfriendly error message/rejects legal #pragmas in the middl...Mark Mitchell2-0/+10
2004-12-23re PR c++/17413 (local classes as template argument)Mark Mitchell2-3/+4
2004-12-23* g++.dg/template/crash31.C: Correct embedded PR number.Mark Mitchell1-1/+1
2004-12-23* cvt.c (convert_to_void): Fix typo in comment.Mark Mitchell2-1/+5
2004-12-23re PR c++/18962 (specialization of template class with inner template members...Alexandre Oliva2-0/+10
2004-12-23re PR c++/18733 (friend rejected)Giovanni Bajo2-1/+15
2004-12-22* rtti.c (emit_support_tinfos): Avoid using C99 semantics.Mark Mitchell2-5/+9
2004-12-22re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ...Mark Mitchell6-32/+111
2004-12-22re PR c++/18378 (ICE when returning a copy of a packed member)Mark Mitchell5-15/+52
2004-12-22decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.Volker Reichelt3-5/+7
2004-12-22* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.Volker Reichelt2-1/+5
2004-12-21re PR c++/18984 (ICE in check_pointer_types_r)Andrew Pinski2-9/+15
2004-12-21re PR c++/14075 (("foo") accepted as char[] initializer)Nathan Sidwell5-1/+32
2004-12-21system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell3-53/+88
2004-12-21re PR c++/18975 (Copying objects with mutable non-static data members)Nathan Sidwell2-29/+44
2004-12-20re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a...Matt Austern2-1/+11
2004-12-20cp-tree.h (note_decl_for_pch): New function.Mark Mitchell4-0/+44