aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-08-30re PR c++/45043 (ICE: tree check: expected identifier_node, have bit_not_expr...Paolo Carlini2-1/+7
2010-08-30re PR middle-end/45423 (#pragma omp atomic on bool has issues)Jakub Jelinek2-0/+32
2010-08-29re PR c++/44991 (default argument with '<' cause compilation error)Jason Merrill2-0/+11
2010-08-22Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers3-173/+168
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd15-96/+75
2010-08-19call.c (reference_related_p): Check for error_mark_node.Jason Merrill2-4/+13
2010-08-19re PR c++/45315 (ICE: tree check: expected aggr_init_expr, have call_expr in ...Jason Merrill2-6/+20
2010-08-19re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jason Merrill2-6/+13
2010-08-19except.c (pending_noexcept, [...]): New.Jason Merrill4-6/+71
2010-08-18re PR c++/45049 (ICE: tree check: expected tree that contains 'decl minimal' ...Nathan Froyd2-2/+8
2010-08-17class.c (note_name_declared_in_class): Make in 'extern "C"' blocks...Kai Tietz2-1/+12
2010-08-09re PR c++/45236 ([C++0x] Can't access nested type of a partial class speciali...Jason Merrill2-5/+15
2010-08-09call.c (add_builtin_candidates): Use VECs for local variable `types'.Nathan Froyd2-24/+35
2010-08-09name-lookup.c (is_associated_namespace): Convert local variables to be VECs i...Nathan Froyd2-10/+28
2010-08-09builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd2-5/+5
2010-08-08parser.c (cp_default_arg_entry): Declare.Nathan Froyd2-53/+101
2010-08-08name-lookup.h (cp_label_binding): Declare.Nathan Froyd3-23/+45
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill9-27/+72
2010-08-06typeck.c (decay_conversion): Any expression with type nullptr_t decays to nul...Jason Merrill2-0/+8
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