Commit 1ba9c854 by Jason Merrill

ChangeLog fix

From-SVN: r260974
parent 752e7593
...@@ -7,14 +7,12 @@ ...@@ -7,14 +7,12 @@
* tree.c (maybe_warn_zero_as_null_pointer_constant): Also * tree.c (maybe_warn_zero_as_null_pointer_constant): Also
check null_node_p. 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. PR c++/85807 - ICE with call in template NSDMI.
* init.c (get_nsdmi): Use push_to/pop_from_top_level. * init.c (get_nsdmi): Use push_to/pop_from_top_level.
* tree.c (bot_manip): Don't set_flags_from_callee in a template. * 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. PR c++/85873 - constant initializer_list array not in .rodata.
* tree.c (build_target_expr): Set TREE_READONLY. * tree.c (build_target_expr): Set TREE_READONLY.
* call.c (set_up_extended_ref_temp): Set TREE_READONLY. * call.c (set_up_extended_ref_temp): Set TREE_READONLY.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment