aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2011-07-22re PR c++/49793 ([C++0x] Narrowing conversion from int/short/char to double)Jason Merrill1-0/+6
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen1-0/+9
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill1-0/+11
2011-07-20parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]= designated in...Jason Merrill1-0/+6
2011-07-20changelog tweakJason Merrill1-0/+2
2011-07-20PR c++/6709 (DR 743)Jason Merrill1-1/+13
2011-07-19re PR c++/49785 ([C++0x] ICE in coerce_template_parms)Jason Merrill1-0/+5
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-0/+18
2011-07-18parser.c (cp_parser_parameter_declaration_list): Initialize parenthesized_p.Martin Jambor1-0/+5
2011-07-16pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level.Jason Merrill1-0/+11
2011-07-16re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd1-0/+57
2011-07-16Make-lang.in (check-g++-strict-gc): New.Jason Merrill1-0/+9
2011-07-15re PR testsuite/49741 (make -k check-c++0x not multilib aware)Jason Merrill1-0/+5
2011-07-13Also test -std=c++0x mode with 'make check-c++' at top levelJason Merrill1-0/+4
2011-07-13tree.h (categorize_ctor_elements): Remove comment.Richard Sandiford1-0/+7
2011-07-12name-lookup.h (cp_binding_level): Rename from cxx_scope.Diego Novillo1-0/+6
2011-07-11re PR c++/49672 ([C++0x] Internal error when passing variadic template args t...Jason Merrill1-0/+6
2011-07-11* decl2.c (decl_constant_var_p): Use decl_maybe_constant_var_p.Jason Merrill1-0/+2
2011-07-11re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill1-0/+11
2011-07-10re PR c++/49691 (ICE in cp_parser_late_return_type_opt, at cp/parser.c:15562)Jason Merrill1-0/+8
2011-07-09* tree.c (build_vec_init_elt): Strip TARGET_EXPR.Jason Merrill1-0/+4
2011-07-08re PR c++/45437 (Loses reference during update)Jason Merrill1-0/+3
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-0/+4
2011-07-08re PR c++/45603 (crash in "build_addr_func")Jason Merrill1-0/+4
2011-07-08typeck.c (cp_apply_type_quals_to_decl): Don't check COMPLETE_TYPE_P either.Jason Merrill1-0/+3
2011-07-08re PR c++/49673 ([C++0x] const variables initialised with constexpr construct...Jason Merrill1-0/+6
2011-07-07re PR c++/49663 ([C++0x] ICE in lookup_base)Jason Merrill1-0/+12
2011-07-07re PR c/49644 (post-increment of promoted operand is incorrect.)Jakub Jelinek1-0/+7
2011-07-06re PR c++/49353 (C++ frontend should not declare function EXTERN when it forc...Jason Merrill1-0/+4
2011-07-06re PR c++/49568 (g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX)Jason Merrill1-0/+5
2011-07-06re PR c++/48157 (Unable to match function call to member function template)Jason Merrill1-0/+4
2011-07-05re PR c++/49598 ([C++0x] Ice on lambda with implicit capture by value.)Jason Merrill1-0/+5
2011-07-05c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.Richard Guenther1-0/+5
2011-07-04DR 1207 PR c++/49589Jason Merrill1-0/+8
2011-07-04error.c (dump_template_bindings): Don't print typenames for a partial instant...Jason Merrill1-0/+8
2011-07-04* error.c (type_to_string): Avoid redundant akas.Jason Merrill1-0/+4
2011-07-01re PR c++/49605 (-Wdelete-non-virtual-dtor is not picky enough)Jonathan Wakely1-0/+5
2011-07-01Make-lang.in (cp/decl.o): Depend on pointer-set.h.Jakub Jelinek1-0/+8
2011-07-01re PR c++/48261 (internal compiler error: in lookup_template_function, at cp/...Jason Merrill1-0/+3
2011-07-01re PR c++/48593 (Wrong return type when applying address operator to inherite...Jason Merrill1-0/+8
2011-07-01re PR c++/48883 (?: ternary operator fails in certain contexts - link error)Jason Merrill1-0/+4
2011-07-01re PR c++/49085 (Crash with SIGSEGV during compilation.)Jason Merrill1-0/+5
2011-06-30correct changelogJason Merrill1-1/+1
2011-06-30re PR c++/49387 (t.cxx:140: error: too many initializers for ‘const __class...Jason Merrill1-0/+3
2011-06-30re PR c++/49569 (-std=gnu++0x causes segmentation fault)Jason Merrill1-0/+4
2011-06-30* pt.c (iterative_hash_template_arg): Use cp_tree_operand_length.Jason Merrill1-0/+2
2011-06-30re PR c++/49355 (new T({""}) crashes G++ when struct T { std::string foobar };)Jason Merrill1-0/+3
2011-06-30re PR c++/48481 (C++ overloading memory hog)Jason Merrill1-0/+7
2011-06-29re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill1-0/+4
2011-06-29DR 1207 PR c++/49003Jason Merrill1-0/+9