aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-10re PR c++/50973 ([C++0x] internal compiler error defaulted destructor virtual...Jason Merrill1-0/+1
2011-10-18re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill1-3/+25
2011-10-14re PR c++/50707 ([C++0x] Non-static const data member initializer breaks defa...Jason Merrill1-19/+21
2011-10-02class.c (fixed_type_or_null): Handle NSDMI.Jason Merrill1-2/+6
2011-09-24except.c (expr_noexcept_p): Split out from finish_noexcept_expr.Jason Merrill1-0/+6
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill1-3/+13
2011-09-24re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini1-3/+6
2011-09-23Core 234 - allow const objects with no initializer or user-provided default...Jason Merrill1-2/+1
2011-09-05class.c (trivial_default_constructor_is_constexpr): Rename from synthesized_d...Jason Merrill1-1/+1
2011-09-05re PR c++/50248 ([C++0x] unnecessary instantiation of constexpr constructor)Jason Merrill1-15/+6
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