]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
gcc/ChangeLog:
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2018-06-16  kugangcc/ChangeLog:
2018-06-16  jason PR c++/86147 - wrong capture for template argument.
2018-06-15  jason * pt.c (tsubst_default_argument): Use push_to/pop_from...
2018-06-15  jason * decl.c (start_enum): Do compare dependent underlying...
2018-06-15  jason PR c++/82882 - ICE with lambda in template default...
2018-06-15  jason * tree.c (maybe_warn_parm_abi): Inform the location...
2018-06-14  mpolacek PR c++/86063
2018-06-14  jakub P0624R2 - Default constructible and assignable statele...
2018-06-14  paolo/cp
2018-06-14  jason PR c++/86099 - ICE with trivial copy and non-trivial...
2018-06-13  jason PR c++/86094 - wrong code with defaulted move ctor.
2018-06-13  jason PR c++/86098 - ICE with template placeholder for TTP.
2018-06-12  paolo/cp
2018-06-12  mpolacek Core issue 1331 - const mismatch with defaulted copy...
2018-06-11  jason PR c++/85792 -Wctor-dtor-privacy and inherited constru...
2018-06-11  jason PR c++/85963 - -Wunused-but-set with ?: in template.
2018-06-11  paolo/cp
2018-06-11  jasonFix ptrmem comparison for unions.
2018-06-11  jason PR c++/86094 - wrong code with defaulted move ctor.
2018-06-10  paolo/cp
2018-06-06  mpolacek PR c++/85977
2018-06-06  jason PR c++/86060 - ICE on range for with -std=c++98.
2018-06-06  jason PR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-05  mpolacek PR c++/85976
2018-06-05  jason PR c++/85731 - wrong error with qualified-id in template.
2018-06-04  jason PR c++/61806 - missed SFINAE with partial specialization.
2018-06-04  jason PR c++/85765 - SFINAE and non-type default template...
2018-06-03  jason PR c++/85739 - ICE with pointer to member template...
2018-06-03  jason PR c++/85761 - ICE with ill-formed use of const outer...
2018-06-02  jason PR c++/85764 - bogus 'this' not captured error.
2018-06-01  jasonChangeLog tidying
2018-06-01  jason CWG 1581: When are constexpr member functions defined?
2018-06-01  jason PR c++/58281 - explicit instantiation of constexpr
2018-06-01  jason * pt.c (instantiate_decl): Any defaulted function...
2018-05-30  rediPR c++/77777 improve location for diagnostic
2018-05-30  jasonChangeLog fix
2018-05-30  villeDo not warn about zero-as-null when NULL is used.
2018-05-30  jason PR c++/85807 - ICE with call in template NSDMI.
2018-05-30  jason PR c++/85873 - constant initializer_list array not...
2018-05-30  jasonImprove error recovery for structured binding in condition.
2018-05-30  rediReplace dead store with early return
2018-05-29  jason PR c++/67445 - returning temporary initializer_list.
2018-05-29  mpolacek PR c++/85883
2018-05-29  jakub PR c++/85952
2018-05-28  edlingerinclude:
2018-05-25  jason PR c++/85815 - reference to member of enclosing template.
2018-05-25  jason CWG 616, 1213 - value category of subobject references.
2018-05-24  jason PR c++/85842 - -Wreturn-type, constexpr if and generic...
2018-05-24  villePedwarn on a non-standard position of a C++ attribute.
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-24  jason PR c++/85864 - literal template and default template...
2018-05-24  mpolacek PR c++/85847
2018-05-23  jason Fix cast to rvalue reference from prvalue.
2018-05-23  jason CWG 616, 1213 - value category of subobject references.
2018-05-23  mpolacek Implement P0614R1, Range-based for statements with...
2018-05-23  jason PR c++/81420 - not extending temporary lifetime.
2018-05-23  jason PR c++/85866 - error with .* in default template arg.
2018-05-21  paolo2018-05-21 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-21  paolo/cp
2018-05-21  jason PR libstdc++/85843 - warning in logic_error copy const...
2018-05-19  jasonAvoid ICE on unsupported use of __integer_pack.
2018-05-18  jason PR c++/58407 - deprecated implicit copy ops.
2018-05-18  cesarPR c++/85782
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-16  mpolacek PR c++/85363
2018-05-16  jason * cp-tree.h (cp_expr): Remove copy constructor.
2018-05-15  jason * constexpr.c (cxx_eval_vec_init_1): Pass tf_none...
2018-05-15  jason PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue...
2018-05-15  paolo2018-05-15 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  jason Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  jason * pt.c (tsubst) [ARRAY_TYPE]: Check valid_array_size_p.
2018-05-11  jakub PR c/85696
2018-05-11  jason * decl.c (cp_finish_decl): Don't instantiate auto...
2018-05-10  jason * cp-tree.h (DECL_CONSTRUCTOR_P): Use DECL_CXX_CONSTRU...
2018-05-10  jason Core issue 2310 - conversion to base of incomplete...
2018-05-10  jason CWG 2267 - list-initialization of reference temporary
2018-05-10  jason* parser.c (cp_parser_class_head): Use num_template_hea...
2018-05-10  jasonMake sure we aren't trying to do a nested instantiation...
2018-05-10  jason* class.c (vbase_has_user_provided_move_assign): Use...
2018-05-10  jason * lambda.c (lambda_expr_this_capture): Improve logic.
2018-05-10  jason * decl.c (make_typename_type): s/parameters/arguments/.
2018-05-10  jakub PR c++/85662
2018-05-10  ebotcazou PR c++/85400
2018-05-09  paolo/cp
2018-05-09  jason PR c++/85706 - class deduction under decltype
2018-05-08  paolo/cp
2018-05-08  mpolacek PR c++/85695
2018-05-07  jason PR c++/85646 - lambda visibility.
2018-05-07  nathan[C++ PATCH] Kill -fno-for-scope
2018-05-07  jason PR c++/85618 - ICE with initialized VLA.
2018-05-05  paolo2018-05-05 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-03  jason PR c++/85600 - virtual delete failure.
2018-05-03  nathan[C++ Patch] Kill -ffriend-injection
2018-05-02  paolo/cp
2018-05-01  jason PR c++/85587 - error with scoped enum in template.
2018-05-01  jason PR c++/85580 - extern "C" and local variables
2018-04-30  jason PR c++/84701 - unsigned typeof.
2018-04-30  jason PR c++/85305 - pack in lambda init-capture.
2018-04-30  jason PR c++/61982 - dead stores to destroyed objects.
next