aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Fix up whitespacingMike Stump1-1/+1
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell1-1/+0
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell1-4/+7
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-1/+1
2006-01-23cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt1-1/+1
2005-12-29varasm.c (get_section): Use gcc_assert.Nathan Sidwell1-4/+2
2005-11-16re PR c++/24580 (virtual base class cause exception not to be caught)Jason Merrill1-3/+3
2005-11-14re PR c++/24580 (virtual base class cause exception not to be caught)Jason Merrill1-1/+3
2005-11-08re PR c++/21123 (ICE in cp_expr_size, at cp/cp-objcp-common.c:101)Jason Merrill1-1/+2
2005-08-06* method.c (use_thunk): Call init_insn_lengths.Michael Matz1-0/+1
2005-07-29* method.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-36/+36
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-47/+47
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell1-3/+3
2005-06-02* method.c (synthesize_method): Add addtional arg to warning call.Nathan Sidwell1-1/+1
2005-06-02re PR c++/21280 (#pragma interface, templates, and "inline function used but ...Nathan Sidwell1-6/+15
2005-05-29re PR c++/21340 (error in constructor lookup (can't find constructor with "co...Mark Mitchell1-0/+16
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-9/+18
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-1/+4
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-04re PR c++/20746 ([4.0 only] Incorrect return value for covariant return funct...Nathan Sidwell1-3/+20
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-5/+5
2005-03-01re PR c++/20232 (ICE with covariancy)Nathan Sidwell1-0/+4
2005-02-15decl2.c (mark_used): Set the source location of the used decl to the current ...Alexandre Oliva1-7/+6
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-10/+30
2005-01-06Update copyright dateasMark Mitchell1-1/+1
2005-01-06re PR c++/19244 (Typedef of anonymous class incorrectly handled in member fun...Mark Mitchell1-1/+2
2004-12-21re PR c++/18975 (Copying objects with mutable non-static data members)Nathan Sidwell1-28/+35
2004-11-10re PR c++/18143 (Duplicated thunk with a huge member in the hierarchy)Nathan Sidwell1-2/+0
2004-10-05Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-3/+5
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-2/+0
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-3/+2
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-13/+11
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+1
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell1-1/+3
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-16/+16
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-2/+1
2004-08-04target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.Paul Brook1-1/+12
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell1-1/+2
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-4/+1
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-0/+1
2004-07-20re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-0/+2
2004-07-20tree.h: Include vec.hNathan Sidwell1-20/+16
2004-07-20Revert patch for PR c++/16623.Mark Mitchell1-2/+0
2004-07-19re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-0/+2
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-3/+3
2004-07-17class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell1-11/+64