diff options
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 70554be..cbec7d0 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -7,14 +7,12 @@ * tree.c (maybe_warn_zero_as_null_pointer_constant): Also check null_node_p. -2018-05-24 Jason Merrill <jason@redhat.com> +2018-05-30 Jason Merrill <jason@redhat.com> PR c++/85807 - ICE with call in template NSDMI. * init.c (get_nsdmi): Use push_to/pop_from_top_level. * tree.c (bot_manip): Don't set_flags_from_callee in a template. -2018-05-30 Jason Merrill <jason@redhat.com> - PR c++/85873 - constant initializer_list array not in .rodata. * tree.c (build_target_expr): Set TREE_READONLY. * call.c (set_up_extended_ref_temp): Set TREE_READONLY. |