aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-20re PR c++/21228 (-Wunreachable-code produces spurious warnings for constructor)Mark Mitchell1-14/+27
2005-12-06re PR c++/24138 (ICE with the code in PR 20407)Aldy Hernandez1-0/+4
2005-12-06re PR c++/25263 (ICE on invalid array bound: int x[1/0];)Roger Sayle1-1/+2
2005-12-03re PR c++/24173 (ICE with garbage collection)Mark Mitchell1-2/+6
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-11-25re PR c++/9278 (Illegal use of typedef to "void")Volker Reichelt1-0/+1
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson1-1/+1
2005-11-19re PR c++/8355 (befriending a template specialization in another namespace)Mark Mitchell1-68/+61
2005-11-14re PR c++/24817 (g++ accepts multiple function template declarations even if ...Mark Mitchell1-34/+56
2005-11-08re PR c++/19450 (__thread static class members)Jakub Jelinek1-0/+23
2005-11-03re PR c++/24582 (ICE in decl_jump_unsafe)Andrew Pinski1-1/+2
2005-10-28decl.c (grokfndecl): Remove the setting of the return type of the function ty...Andrew Pinski1-1/+0
2005-10-28re PR c++/23229 (g++ gives incorrect error message with void main() and a voi...Andrew Pinski1-0/+5
2005-10-28re PR c++/23426 (Too large array problem gives two error message)Andrew Pinski1-4/+2
2005-10-20decl.c (grokdeclarator): Fix ambiguous pedwarn message.Richard Guenther1-1/+1
2005-10-18re PR c++/22293 (ICE declaring destructor as friend)Volker Reichelt1-8/+18
2005-10-17re PR c++/21353 (rvalues should not be allowed to be default values for non c...Nathan Sidwell1-10/+3
2005-10-16re PR c++/23959 (-Wswitch-default reports missing default in a template that ...Andrew Pinski1-3/+4
2005-10-14re PR c++/19565 (g++ does not warn about overflow in conversion but gcc does)Mark Mitchell1-1/+11
2005-10-13re PR c++/20721 (crossing of a initialization left undetected on goto)Mark Mitchell1-7/+10
2005-10-13re PR c++/22464 (ICE on classes in template functions which attempt closure)Mark Mitchell1-1/+1
2005-10-12re PR c++/21117 (ICE after error about returning an incomplete type)Nathan Sidwell1-14/+9
2005-10-10re PR c++/24139 (Rejects definition of member of specialized inner class)Mark Mitchell1-3/+7
2005-10-04re PR middle-end/23125 (OpenBSD's zic.c causes g++ but not gcc to segfault)Andrew Pinski1-1/+1
2005-09-28re PR c++/16782 (Accepts qualified member function declaration in class)Mark Mitchell1-11/+2
2005-09-27re PR c++/13764 (c++ front-end creates extra blocks)Jason Merrill1-5/+22
2005-09-15re PR c++/13140 (declaration in global namespace, definition inside named or ...Mark Mitchell1-5/+50
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-15/+32
2005-09-09re PR c++/22252 (pragma interface/implementation still break synthesized meth...Mark Mitchell1-4/+12
2005-09-08re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson1-0/+1
2005-09-06* decl.c (check_elaborated_type_specifier): Remove redundant check.Volker Reichelt1-2/+1
2005-09-06cp-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-08-29re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)Mark Mitchell1-3/+14
2005-08-22Partial fix for too large arrays.James E Wilson1-2/+2
2005-08-22re PR c++/23089 (internal compiler error: in int_mode_for_mode, at stor-layou...Volker Reichelt1-4/+6
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian1-2/+2
2005-08-10re PR c++/20646 (ICE on illegal code: "extern static" struct member)Volker Reichelt1-1/+4
2005-08-01class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-212/+287