aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-3/+1
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-2/+2
2010-03-20re PR c++/43375 (ICE during compiling SSE code)Dodji Seketeli1-3/+6
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-15/+19
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-0/+1
2010-02-10PR c++/42983, core issue 906Jason Merrill1-0/+3
2009-11-29cgraph.c (same_body_alias_1): Break out ofJan Hubicka1-150/+14
2009-11-05re PR c++/34180 (Default copy constructor copies const auto_ptr members)Jason Merrill1-0/+1
2009-11-04re PR c++/15882 (Check for return type of overloaded operator new too early)Jason Merrill1-1/+1
2009-10-26PR c++/38796, Core issue 906Jason Merrill1-0/+82
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-11/+24
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-4/+0
2009-09-08cp-tree.h (enum overload_flags): Remove OP_FLAG.Jason Merrill1-1/+1
2009-08-24cp-tree.h (DECL_DEFERRED_FN): Remove.Jason Merrill1-3/+0
2009-08-19method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek1-0/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-5/+9
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-1/+0
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-3/+6
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-3/+5
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