aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-30* decl2.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-06-30re PR c++/18698 (Error message using "using" for code not using "using" ;-))Jason Merrill1-0/+2
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-63/+257
2006-06-25re PR c++/28054 (ICE with friend declaration of invalid bitfield)Lee Millward1-1/+2
2006-06-12re PR c++/27951 (ICE with invalid anonymous union)Volker Reichelt1-0/+2
2006-06-06Fix up whitespacingMike Stump1-19/+19
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-4/+3
2006-05-17re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-10/+3
2006-05-08re PR c++/27447 (ICE on invalid ptr-to-member-function)Volker Reichelt1-0/+3
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell1-2/+0
2006-04-30re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call)Mark Mitchell1-21/+20
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell1-42/+13
2006-04-08* decl2.c, pt.c, semantics.c: Fix comment typos.Kazu Hirata1-1/+1
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-40/+77
2006-03-03decl2.c (import_export_decl): Remove redundant call to targetm.cxx.key_method...Mike Stump1-4/+2
2006-03-02re PR target/25908 (vtables with vague linkage is not being marked as vague o...Mike Stump1-3/+11
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-28/+17
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-1/+1
2006-01-19re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt1-1/+1
2006-01-02* decl2.c (mark_used): Fix typo in comment.Mark Mitchell1-1/+1
2005-12-23re PR c++/25369 (use of inline function in template class leads to undefined ...Mark Mitchell1-2/+15
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-11-07re PR c++/17256 (undefined but used static or inline functions should be diag...Jason Merrill1-6/+2
2005-11-05* decl2.c, init.c, typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2005-10-16re PR c++/24389 (template variable not getting marked as weak)Mark Mitchell1-15/+19
2005-09-26re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file)Richard Guenther1-102/+108
2005-09-11decl2.c (build_anon_union_vars): Copy attributes from the base addr.Richard Henderson1-3/+9
2005-09-09dbxout.c: Include expr.h.Richard Henderson1-6/+7
2005-09-09re PR c++/22252 (pragma interface/implementation still break synthesized meth...Mark Mitchell1-15/+18
2005-09-08re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson1-2/+6
2005-09-08re PR c++/23691 (`mpl_::bool_<false>::value' is not a valid template argument...Mark Mitchell1-1/+29
2005-09-06cp-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell1-1/+6
2005-08-31re PR objc++/23640 (obj-c++ does not call __objc_exec_class for the classes)Andrew Pinski1-2/+3
2005-08-11re PR c++/23266 (ICE on pure specifier for static method)Volker Reichelt1-3/+11
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-30/+18
2005-07-18re PR c++/22263 (explicit instantiation fails to emit symbols defined later)Mark Mitchell1-1/+2
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-3/+4
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+1
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-12/+11
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-61/+61
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-92/+92
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell1-1/+1
2005-06-02re PR c++/21280 (#pragma interface, templates, and "inline function used but ...Nathan Sidwell1-8/+12
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-0/+47
2005-05-17re PR libstdc++/19664 (libstdc++ headers should have pop/push of the visibili...H.J. Lu1-2/+6
2005-05-17Yet more Objective-C++...Ziemowit Laski1-0/+9
2005-05-06decl2.c (pending_statics, [...]): Use VEC instead of VARRAY.Kazu Hirata1-14/+10