]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog tidying
authorJason Merrill <jason@gcc.gnu.org>
Fri, 1 Jun 2018 21:04:24 +0000 (17:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 1 Jun 2018 21:04:24 +0000 (17:04 -0400)
From-SVN: r261087

gcc/cp/ChangeLog

index d0ed3634a71edf520140290b2f031d8690abc7d8..5446278afd951a8ac67f962c663e27cc5a4118e6 100644 (file)
@@ -1,16 +1,12 @@
-2018-05-31  Jason Merrill  <jason@redhat.com>
+2018-06-01  Jason Merrill  <jason@redhat.com>
 
        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  <jason@redhat.com>
-
        PR c++/58281 - explicit instantiation of constexpr
        * pt.c (mark_decl_instantiated): Clear DECL_EXTERNAL.
 
-2018-05-31  Jason Merrill  <jason@redhat.com>
-
        * pt.c (instantiate_decl): Any defaulted function is defined.
 
 2018-05-30  Jonathan Wakely  <jwakely@redhat.com>