aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-07-31Move PR c++/45112 ChangeLog entry to correct location.Ulrich Weigand1-0/+5
2010-07-30re PR c++/45112 (Aligned attribute on static class member definition ignored)Ulrich Weigand1-0/+4
2010-07-27pt.c (tsubst_expr): Handle getting an AGGR_INIT_EXPR from build_value_init.Jason Merrill3-9/+23
2010-07-27common.opt (o): Add MissingArgError.Joseph Myers2-2/+4
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers3-3/+20
2010-07-21* tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.Jason Merrill2-4/+16
2010-07-21parser.c (cp_parser_init_declarator): Pass LOOKUP_NORMAL to cp_finish_decl.Jason Merrill2-1/+6
2010-07-20re PR c++/44641 (Generated constructors and destructors get wrong debug locat...Jeffrey Yasskin2-1/+8
2010-07-20re PR c++/44967 ([C++0x] decltype of method call dependent on pack expansion ...Jason Merrill2-16/+19
2010-07-20re PR c++/44967 ([C++0x] decltype of method call dependent on pack expansion ...Jason Merrill2-4/+19
2010-07-19re PR c++/44996 ([C++0x] decltype produces rvalue reference type for parenthe...Jason Merrill2-2/+7
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Jason Merrill3-22/+51
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini6-11/+30
2010-07-16re PR c++/32505 (Partial specialization halfway accepted after instantiation)Jason Merrill2-3/+27
2010-07-16* ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.Jason Merrill2-0/+13
2010-07-16init.c (build_new_1): Use cp_build_function_call_nary instead of cp_build_fun...Nathan Froyd2-4/+7
2010-07-15re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill6-73/+65
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov3-4/+8
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd19-175/+195
2010-07-14init.c (sort_mem_initializers): Rename "field_type" to "ctx".Jason Merrill2-20/+25
2010-07-14Implement C++0x unrestricted unions (N2544)Jason Merrill4-125/+204
2010-07-13re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill5-14/+79
2010-07-13re PR c++/44540 (ICE: in add_substitution, at cp/mangle.c:386 with -fkeep-inl...Jason Merrill2-2/+24
2010-07-13re PR c++/44908 (SFINAE vs pointer to member via virtual base)Paolo Carlini5-33/+93
2010-07-12re PR c++/44907 (SFINAE vs ambiguous base (the real one ;))Paolo Carlini2-4/+11
2010-07-09re PR c++/43120 (Virtual inheritance with covariant return type confuses GCC)Jason Merrill3-48/+53
2010-07-08re PR c++/43120 (Virtual inheritance with covariant return type confuses GCC)Jason Merrill2-7/+16
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2-5/+8
2010-07-06re PR c++/44703 ([C++0x] List initialization fail if parameter is typedef nam...Jason Merrill2-0/+7
2010-07-06re PR c++/44778 (? Behaviour change with pointers to members)Jason Merrill3-13/+15
2010-07-06* error.c (dump_function_decl): Don't crash on null DECL_NAME.Jason Merrill2-1/+5
2010-07-06cp-tree.h (impl_conv_void): New type.Shujing Zhao6-42/+312
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd3-8/+11
2010-07-05pt.c (tsubst): Early declare code = TREE_CODE (t) and use it throughout.Paolo Carlini2-28/+28
2010-07-05re PR c++/22138 (Better error message for rejecting local template declaration.)Shujing Zhao2-0/+16
2010-07-03invoke.texi: Update documentation of -Wshadow.Le-Chun Wu2-9/+35
2010-07-02re PR c++/44780 (Bogus set-but-not-used variable warning)Jakub Jelinek5-7/+23
2010-07-02re PR c++/44039 (ICE: Segmentation fault on error recovery)Paolo Carlini2-0/+8
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2-1/+7
2010-06-30re PR c++/44628 (ICE in cp_build_unary_op at cp/typeck.c:4671)Paolo Carlini3-3/+14
2010-06-30* repo.c (finish_repo): Fix typo.Michael Matz2-1/+5
2010-06-30c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.Nathan Froyd2-8/+10
2010-06-30repo.c (pending_repo): Change type to a VEC.Nathan Froyd2-5/+13
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez4-4/+9
2010-06-30decl.c (incomplete_var): Declare.Nathan Froyd2-12/+31
2010-06-30decl.c (struct named_label_entry): Change type of bad_decls field to a VEC.Nathan Froyd2-11/+18
2010-06-29Enable implicitly declared move constructor/operator= (N3053).Jason Merrill5-24/+62
2010-06-29Enable implicitly deleted functions (N2346)Jason Merrill3-4/+9
2010-06-29* decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2-2/+5
2010-06-29Machinery to support implicit delete/move.Jason Merrill9-275/+822