From 415fbdbfdb6886028cb236d8c4265b753db7b9e9 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 1 Jun 2018 21:04:24 +0000 Subject: [PATCH] ChangeLog tidying git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261087 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.11.4.GIT