aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-77/+17
2005-03-22re PR c++/19980 (ICE on invalid template declaration)Volker Reichelt1-1/+6
2005-03-19re PR c++/20240 (invalid using-redeclaration accepted)Kriang Lerdsuwanakij1-0/+6
2005-03-17re PR c++/19966 (Misleading message "must take exactly one argument")Paolo Carlini1-14/+13
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij1-5/+29
2005-03-10PR c++/18384, c++/18327Jakub Jelinek1-19/+13
2005-03-09re PR c++/16859 (Empty initializer for array of unknown size spuriously accep...Paolo Carlini1-4/+6
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell1-8/+0
2005-03-02name-lookup.c (push_overloaded_decl): Don't error if the new decl matches the...Alexandre Oliva1-1/+2
2005-03-01decl.c (finish_function): Use SET_EXPR_LOCATION instead of unavailable annota...Per Bothner1-0/+4
2005-02-27re PR c++/20206 (COMDAT broken for C++ thunks)Jakub Jelinek1-1/+16
2005-02-24re PR c++/20175 (Warnings are issued when initializing struct members with "s...Jakub Jelinek1-1/+4
2005-02-24re PR c++/19878 (ICE in import_export_decl)Mark Mitchell1-0/+2
2005-02-23decl.c (grokvardecl): Don't exempt anonymous types from having linkage for va...Alexandre Oliva1-17/+9
2005-02-23re PR c++/20073 (ICE initializing const array)Mark Mitchell1-27/+8
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-7/+48
2005-02-19decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING if type is not erro...Jakub Jelinek1-1/+1
2005-02-18re PR c++/19813 (wrong code with -finline-limit)Jakub Jelinek1-0/+15
2005-02-14re PR c++/19884 (ICE on explicit instantiation of a non-template constructor)Nathan Sidwell1-0/+3
2005-02-14re PR c++/17816 (duplicate definition of pure virtual function not diagnosed)Alexandre Oliva1-1/+2
2005-02-11re PR c++/19755 (-Wmissing-braces doesn't warn anymore)Mark Mitchell1-4/+9
2005-02-10re PR c++/19787 (Internal compiler error with ambiguous conversion functions)Mark Mitchell1-12/+28
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-3/+0
2005-02-01decl.c (build_enumerator): Do not issue duplicate error messages about invali...Mark Mitchell1-0/+5
2005-01-31* decl.c (start_decl): Add missing parentheses.Mark Mitchell1-1/+1
2005-01-31re PR c++/19555 (specialized in the wrong namespace causes an ICE)Mark Mitchell1-2/+14
2005-01-31re PR c++/19395 (invalid scope qualifier allowed in typedef)Mark Mitchell1-10/+10
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-1/+1
2005-01-18decl.c (vtable_decl_p, [...]): Remove.Kazu Hirata1-107/+0
2005-01-18decl.c (delete_block): Remove.Kazu Hirata1-23/+0
2005-01-06re PR c++/19244 (Typedef of anonymous class incorrectly handled in member fun...Mark Mitchell1-14/+14
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell1-11/+13
2005-01-01re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher1-4/+11
2004-12-30cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell1-36/+30
2004-12-27Add memory barriers to the double-checked locking used for static initializat...Jason Merrill1-9/+18
2004-12-27re PR c++/19149 (seg fault on invalid code)Mark Mitchell1-1/+2
2004-12-22re PR c++/18378 (ICE when returning a copy of a packed member)Mark Mitchell1-1/+1
2004-12-22decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.Volker Reichelt1-2/+1
2004-12-21re PR c++/14075 (("foo") accepted as char[] initializer)Nathan Sidwell1-0/+6
2004-12-20re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a...Matt Austern1-1/+6
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell1-2/+3
2004-12-15re PR c++/18738 (typename not allowed with non-dependent qualified name)Mark Mitchell1-13/+12
2004-12-08re PR c++/18100 (template member with same name as class not rejected)Kriang Lerdsuwanakij1-0/+12
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-3/+0
2004-12-03re PR c++/18782 (ICE on invalid pointer-to-member declaration)Nathan Sidwell1-2/+13
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell1-45/+62
2004-11-29re PR c++/18652 (ICE on invalid redeclaration)Kriang Lerdsuwanakij1-2/+2
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij1-1/+0
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-4/+7
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij1-19/+30