aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-22re PR c++/27821 (ICE with invalid ptr-to-member)Lee Millward1-1/+1
2006-06-17re PR c++/28016 (emitting template constant)Mark Mitchell1-8/+9
2006-06-16re PR c++/27884 (bogus error: invalid use of 'register' in linkage specificat...Mark Mitchell1-18/+0
2006-06-14re PR c++/27227 (rejects valid code with some extern "C")Mark Mitchell1-6/+40
2006-06-13re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Jakub Jelinek1-0/+1
2006-06-06Fix up whitespacingMike Stump1-44/+42
2006-06-05re PR c++/27819 (ICE casting static const variables)Mark Mitchell1-41/+60
2006-05-31re PR c++/27801 (ICE in invert_truthvalue with template)Mark Mitchell1-0/+4
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-43/+17
2006-05-22* decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE.Volker Reichelt1-1/+1
2006-05-21re PR c++/27398 (ICE on missing closing parenthesis)Volker Reichelt1-10/+10
2006-05-11re PR c++/27547 (ICE on invalid operator=)Volker Reichelt1-1/+3
2006-05-03re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell1-6/+13
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell1-16/+19
2006-04-30re PR c++/27278 (ICE with invalid operator declaration)Volker Reichelt1-0/+3
2006-04-29re PR c++/27279 (ICE with invalid constructor declaration)Volker Reichelt1-0/+2
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell1-90/+102
2006-04-22* decl.c: Fix comment typos.Kazu Hirata1-4/+4
2006-04-22decl.c: Fix typo in function name.Eric Christopher1-3/+3
2006-04-19re PR c++/26036 (Treating a class object as a function with member variables ...Volker Reichelt1-6/+0
2006-04-19re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell1-21/+26
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-12/+8
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-9/+11
2006-03-15re PR c++/6634 (wrong parsing of "long long double")Volker Reichelt1-12/+14
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-222/+350
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford1-5/+6
2006-03-01Fixup whitespace a litteMike Stump1-2/+2
2006-02-22re PR c++/26291 (Invalid ellipsis in operator not diagnosed)Volker Reichelt1-1/+6
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-10/+33
2006-02-14call.c (standard_conversion): Return NULL instead of 0.Volker Reichelt1-5/+5
2006-02-13decl.c (grokdeclarator): Return NULL_TREE instead of 0.Volker Reichelt1-1/+1
2006-02-13re PR c++/26151 (duplicate 'duplicate' diagnostic)Volker Reichelt1-40/+1
2006-02-08re PR c++/26071 (ICE declaring destructor virtual and static)Volker Reichelt1-0/+1
2006-02-08re PR c++/26070 (ICE declaring data member virtual and static)Volker Reichelt1-0/+1
2006-02-07cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis1-2/+2
2006-02-07decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.Roger Sayle1-3/+2
2006-02-04cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis1-2/+2
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-18/+17
2006-01-28re PR c++/25999 (compiler loses extern "C" for function after #pragma weak)Mark Mitchell1-4/+11
2006-01-23cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt1-1/+1
2006-01-22re PR c++/25895 (wrong code with ?: and derived class pointers)Mark Mitchell1-12/+17
2006-01-19re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt1-2/+2
2006-01-17re PR c/25682 (ICE when using old sytle offsetof (with non zero start) as arr...Jakub Jelinek1-0/+1
2006-01-15* decl.c (check_initializer): Fix thinko.Gabriel Dos Reis1-1/+1
2006-01-04decl.c (finish_constructor_body): create simple compound stmt instead of a if...Dirk Mueller1-25/+0
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell1-34/+35
2005-12-27re PR c++/25439 ("template<> int A<0>" accepted)Mark Mitchell1-16/+0
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-11/+11
2005-12-23decl.c (grokdeclarator): Improve diagnostic for friend declarations of class ...Volker Reichelt1-3/+8