summaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher2010-05-251-3/+1
* call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill2010-05-191-2/+2
* re PR c++/43375 (ICE during compiling SSE code)Dodji Seketeli2010-03-201-3/+6
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-15/+19
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-0/+1
* PR c++/42983, core issue 906Jason Merrill2010-02-101-0/+3
* cgraph.c (same_body_alias_1): Break out ofJan Hubicka2009-11-291-150/+14
* re PR c++/34180 (Default copy constructor copies const auto_ptr members)Jason Merrill2009-11-051-0/+1
* re PR c++/15882 (Check for return type of overloaded operator new too early)Jason Merrill2009-11-041-1/+1
* PR c++/38796, Core issue 906Jason Merrill2009-10-261-0/+82
* merge in cxx0x-lambdas-branch@152308Jason Merrill2009-09-291-11/+24
* cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2009-09-241-4/+0
* cp-tree.h (enum overload_flags): Remove OP_FLAG.Jason Merrill2009-09-081-1/+1
* cp-tree.h (DECL_DEFERRED_FN): Remove.Jason Merrill2009-08-241-3/+0
* method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek2009-08-191-0/+1
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-5/+9
* cp-tree.h (struct lang_decl): Overhaul.Jason Merrill2009-07-031-1/+0
* cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola2009-06-151-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-3/+6
* tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor2009-05-211-3/+5
* re PR middle-end/39378 (Multiple inheritence thunk not working with -mthumb)Jing Yu2009-03-171-1/+1
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-201-2/+2
* optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka2008-07-291-3/+0
* Implement defaulted/deleted functions as per N2346Jason Merrill2008-07-241-0/+1
* cgraph.c (cgraph_add_new_function): When in expansion state, do lowering.Jan Hubicka2008-06-181-2/+2
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-2/+2
* typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor2008-03-251-2/+4
* cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini2008-03-211-2/+2
* re PR tree-optimization/34181 (FAIL: g++.dg/opt/anchor1.C (internal compiler ...Jakub Jelinek2007-11-271-0/+1
* decl.c (java_expand_body): Kill.Jan Hubicka2007-09-111-1/+1
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-1/+1
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-2/+2
* method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to access function name.Dan Hipschman2007-08-061-1/+1
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-5/+5
* method.c (implicitly_declare_fn): Increase alignment if member function point...Nathan Sidwell2007-07-241-0/+8
* [multiple changes]Andrew Pinski2007-06-151-6/+8
* re PR c++/26099 (support for type traits is not available)Paolo Carlini2007-03-301-6/+3
* builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore2007-02-281-5/+27
* class.c, [...]: Follow spelling conventions.Kazu Hirata2007-02-041-1/+1
* decl.c (poplevel): Check DECL_INITIAL invariant.Geoffrey Keating2006-12-011-5/+7
* re PR c++/29039 (implicitly defined constructor for class with reference member)Mark Mitchell2006-10-171-1/+1
* re PR c++/26957 (ICE in make_decl_rtl, at varasm.c:871)Jason Merrill2006-09-071-0/+1
* re PR c++/28258 (ICE with invalid constructor)Lee Millward2006-07-181-0/+4
* re PR c++/28215 (Bootstrap failure on arm-eabi)Jason Merrill2006-07-011-0/+3
* Fix up whitespacingMike Stump2006-06-061-1/+1
* re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell2006-05-021-1/+0
* re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell2006-04-241-4/+7
* typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward2006-02-031-1/+1
* cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt2006-01-231-1/+1