aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-17re PR middle-end/39378 (Multiple inheritence thunk not working with -mthumb)Jing Yu1-1/+1
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-2/+2
2008-07-29optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka1-3/+0
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-0/+1
2008-06-18cgraph.c (cgraph_add_new_function): When in expansion state, do lowering.Jan Hubicka1-2/+2
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-2/+2
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-2/+4
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-2/+2
2007-11-27re PR tree-optimization/34181 (FAIL: g++.dg/opt/anchor1.C (internal compiler ...Jakub Jelinek1-0/+1
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-1/+1
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-1/+1
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-06method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to access function name.Dan Hipschman1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+5
2007-07-24method.c (implicitly_declare_fn): Increase alignment if member function point...Nathan Sidwell1-0/+8
2007-06-15[multiple changes]Andrew Pinski1-6/+8
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-6/+3
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-5/+27
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2006-12-01decl.c (poplevel): Check DECL_INITIAL invariant.Geoffrey Keating1-5/+7
2006-10-17re PR c++/29039 (implicitly defined constructor for class with reference member)Mark Mitchell1-1/+1
2006-09-07re PR c++/26957 (ICE in make_decl_rtl, at varasm.c:871)Jason Merrill1-0/+1
2006-07-18re PR c++/28258 (ICE with invalid constructor)Lee Millward1-0/+4
2006-07-01re PR c++/28215 (Bootstrap failure on arm-eabi)Jason Merrill1-0/+3
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