aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-04-03re PR c++/56815 (void pointer arithmetic)Paolo Carlini2-6/+13
2013-04-03re PR c++/56819 (ICE: SIGSEGV in int_cst_value (tree.h:4013) with -fcompare-d...Jakub Jelinek2-4/+17
2013-04-02re PR c++/56821 (Unable to overload with references to 'this'.)Jason Merrill2-4/+39
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jason Merrill2-0/+13
2013-04-02friend.c (do_friend): Use COMPLETE_OR_OPEN_TYPE_P.Paolo Carlini3-8/+10
2013-04-02cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini8-13/+25
2013-04-01semantics.c (maybe_constant_value): Check instantiation_dependent_expression_p.Jason Merrill3-5/+7
2013-04-01re PR c++/56772 (placement new operator does not work inside function templat...Jason Merrill2-0/+5
2013-04-01re PR c++/56793 (ICE with scoped enum)Jason Merrill2-0/+20
2013-04-01re PR c++/56794 (C++11 Error in range-based for with parameter pack array)Jason Merrill2-1/+8
2013-04-01call.c (add_function_candidate): Take the address of 'this' here.Jason Merrill2-32/+45
2013-04-01cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.Jason Merrill6-27/+23
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki12-60/+404
2013-04-01cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): Remove.Paolo Carlini6-20/+23
2013-03-31decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P.Paolo Carlini9-31/+33
2013-03-30pt.c (template_parms_to_args): Fix typo in comment.Gabriel Dos Reis2-2/+6
2013-03-29call.c (build_op_call_1): Use TYPE_PTRFN_P and TYPE_REFFN_P.Paolo Carlini2-6/+7
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini19-110/+174
2013-03-29cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill9-29/+131
2013-03-29parser.c (cp_parser_decltype_expr): Split out...Jason Merrill2-60/+75
2013-03-29re PR c++/56774 (G++ 4.8 reverses variadic template types during unpacking)Jason Merrill2-2/+8
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis22-161/+248
2013-03-29Add uniform debug dump function names.Lawrence Crowl6-1/+97
2013-03-28re PR c++/17232 ([DR 1640] classes and class template specializations treated...Jason Merrill6-9/+25
2013-03-28re PR c++/56679 ([C++11] Cannot take sizeof... a template template parameter ...Jason Merrill2-21/+48
2013-03-28re PR c++/56701 ([C++11] The *this* pointer fails to bind to rvalue reference...Jason Merrill3-2/+12
2013-03-28re PR c++/56710 (Using reserved double underscore variable name in a lambda c...Jason Merrill2-2/+8
2013-03-28name-lookup.c (pushdecl_maybe_friend_1): Use nonlambda_method_basetype and cu...Jason Merrill2-2/+5
2013-03-28re PR c++/56728 (ICE using constexpr initialization and arrays)Jason Merrill2-0/+30
2013-03-28re PR c++/56725 (extra spaces in error message)Paolo Carlini3-19/+30
2013-03-28cp-tree.h (next_aggr_init_expr_arg): Remove static specifier.Gabriel Dos Reis3-8/+18
2013-03-28call.c (joust): Don't call inform for a permerror returning false.Paolo Carlini4-34/+44
2013-03-27re PR c++/56749 (weird interaction between scoped enum used as non-type templ...Jason Merrill2-0/+10
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis12-20/+41
2013-03-26re PR c++/52597 ([C++11] confusing diagnostics for invalid use of non-static ...Jason Merrill4-6/+18
2013-03-26re PR c++/45282 (wrong decltype result for .*)Jason Merrill2-2/+9
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis10-31/+37
2013-03-26re PR c++/55951 (ICE in check_array_designated_initializer, at cp/decl.c:4785)Paolo Carlini2-9/+24
2013-03-26decl.c (grokfndecl): Handle separately <inline> and <constexpr> error messages.Paolo Carlini2-17/+28
2013-03-25re PR c++/56699 (Failed for sizeof (non-static member) in lambda expression)Jason Merrill2-2/+7
2013-03-25re PR c++/52014 ([c++0x] Segfault When `decltype` Used in Nested Lambda Funct...Jason Merrill2-5/+11
2013-03-25re PR c++/56722 (C++11: syntax error in for loop ends in SEGV)Paolo Carlini2-1/+8
2013-03-22re PR c++/56684 ([C++0x] ICE: unexpected expression 'T' of kind template_parm...Jason Merrill2-0/+13
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis15-85/+101
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek5-8/+16
2013-03-21correct changelogJason Merrill1-1/+1
2013-03-21tree.h (VECTOR_TYPE_P): New macro.Marc Glisse2-2/+6
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener2-2/+7
2013-03-20re PR c++/56646 (ICE: in cp_parser_late_return_type_opt, at cp/parser.c:16970)Jason Merrill2-2/+10
2013-03-20re PR c++/54532 ([C++0x][constexpr] internal error when initializing static c...Jason Merrill5-6/+40