aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-6/+7
2011-07-06re PR c++/49568 (g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX)Jason Merrill1-2/+4
2011-06-30re PR c++/49569 (-std=gnu++0x causes segmentation fault)Jason Merrill1-2/+5
2011-06-29re PR c++/45923 (constexpr diagnostics, more more)Jason Merrill1-5/+39
2011-06-29method.c (maybe_explain_implicit_delete): Use pointer_set instead of htab.Jason Merrill1-8/+4
2011-06-29class.c (finalize_literal_type_property): Update conditions.Jason Merrill1-4/+8
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-13/+12
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-2/+6
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek1-5/+5
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-8/+2
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-2/+8
2011-04-12class.c (cp_fold_obj_type_ref): Call cgraph_get_node instead of cgraph_get_cr...Martin Jambor1-4/+8
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-3/+4
2011-03-31re PR c++/48280 ([C++0x] ICE: tree check: expected var_decl or function_decl,...Jason Merrill1-0/+6
2011-03-25Core 1135Jason Merrill1-8/+7
2011-03-15Core 1191Jason Merrill1-21/+9
2011-03-09re PR tree-optimization/47714 (verify_ssa fails with error: invalid argument ...Martin Jambor1-0/+1
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka1-2/+3
2011-02-20re PR c++/46472 ([C++0X] constexpr is not constexpr)Jason Merrill1-2/+11
2011-02-15re PR c++/46807 (internal compiler error: in synthesized_method_walk)Jason Merrill1-11/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-08re PR c++/45822 (Qt 4.7.0 build fails)Jason Merrill1-3/+4
2010-12-08re PR c++/46736 ([c++0x] move constructor is not implicitly deleted when it s...Jason Merrill1-2/+1
2010-11-12Core 1135, 1136, 1145, 1149Ville Voutilainen1-6/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-4/+4
2010-11-06re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke1-1/+1
2010-11-04semantics.c (speculative_access_check): New.Jason Merrill1-2/+6
2010-10-31class.c (is_really_empty_class): Work when type is not complete.Jason Merrill1-1/+5
2010-10-27method.c (synthesized_method_walk): Track constexprness too.Gabriel Dos Reis1-43/+90
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-2/+2
2010-09-06method.c (synthesized_method_walk): In constructors, also check subobject des...Jason Merrill1-5/+44
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-11/+11
2010-07-14Implement C++0x unrestricted unions (N2544)Jason Merrill1-108/+140
2010-07-13re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-0/+1
2010-06-29Enable implicitly deleted functions (N2346)Jason Merrill1-0/+2
2010-06-29Machinery to support implicit delete/move.Jason Merrill1-159/+598
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-17/+17
2010-06-16method.c (defaulted_late_check): Give the defaulted method the same exception...Jason Merrill1-0/+9
2010-06-15class.c (add_implicitly_declared_members): Implicit assignment operators can ...Jason Merrill1-1/+2
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