aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-06decl2.c (ssdf_decls, [...]): Use VEC instead of VARRAY.Kazu Hirata1-23/+20
2005-05-06* decl2.c (spew_debug): Remove.Kazu Hirata1-4/+0
2005-05-05decl2.c (deferred_fns, [...]): Use VEC instead of VARRAY.Kazu Hirata1-12/+5
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-12target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.Mark Mitchell1-34/+49
2005-04-05re PR c++/19159 (Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info)Mark Mitchell1-14/+35
2005-04-04decl2.c (finish_objects): Revert my previous patch.Jan Hubicka1-8/+0
2005-03-30[multiple changes]Jan Hubicka1-2/+3
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell1-8/+6
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-1/+1
2005-02-18re PR c++/19508 (dwarf2, ICE on __attribute__(aligned) in class template)Giovanni Bajo1-1/+10
2005-02-15decl2.c (mark_used): Set the source location of the used decl to the current ...Alexandre Oliva1-1/+12
2005-02-03re PR c++/17401 (ICE with invalid pure specifier)Giovanni Bajo1-52/+5
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell1-5/+5
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+1