From: Jason Merrill Date: Fri, 1 Jun 2018 21:04:24 +0000 (-0400) Subject: ChangeLog tidying X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a609077976a7b6cc865f62d3117f9bf0797d29b1;p=gcc.git ChangeLog tidying From-SVN: r261087 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d0ed3634a71..5446278afd9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,16 +1,12 @@ -2018-05-31 Jason Merrill +2018-06-01 Jason Merrill CWG 1581: When are constexpr member functions defined? * constexpr.c (instantiate_cx_fn_r, instantiate_constexpr_fns): New. (cxx_eval_outermost_constant_expr): Call instantiate_constexpr_fns. -2018-06-01 Jason Merrill - PR c++/58281 - explicit instantiation of constexpr * pt.c (mark_decl_instantiated): Clear DECL_EXTERNAL. -2018-05-31 Jason Merrill - * pt.c (instantiate_decl): Any defaulted function is defined. 2018-05-30 Jonathan Wakely