Commit 70f4fdeb by Jakub Jelinek

* BASE-VER: Set to 7.0.0.

From-SVN: r235035
parent 97f3003f
2016-04-15 Jason Merrill <jason@redhat.com> 2016-04-15 Jakub Jelinek <jakub@redhat.com>
Nathan Sidwell <nathan@acm.org>
PR c++/70594 * BASE-VER: Set to 7.0.0.
* constexpr.c (constexpr_call_table): Preserve in GC.
(struct fundef_copy, struct fundef_copies_table_t): Delete.
(fundef_copies_table): Preserve in GC. Change to pointer to
tree->tree hash.
(maybe_initialize_fundef_copies_table): Adjust.
(get_fundef_copy): Return a TREE_LIST. Use non-inserting search.
(save_fundef_copy): Adjust for a TREE_LIST.
(cxx_eval_call_expression): Adjust for a fundef_copy TREE_LIST.
(fini_constexpr): New.
* cp-tree.h (fini_constexpr): Declare.
* decl2.c (c_parse_final_cleanups): Call fini_constexpr.
2016-04-15 Alexander Monakov <amonakov@ispras.ru> 2016-04-15 Alexander Monakov <amonakov@ispras.ru>
......
2016-04-15 Jason Merrill <jason@redhat.com>
Nathan Sidwell <nathan@acm.org>
PR c++/70594
* constexpr.c (constexpr_call_table): Preserve in GC.
(struct fundef_copy, struct fundef_copies_table_t): Delete.
(fundef_copies_table): Preserve in GC. Change to pointer to
tree->tree hash.
(maybe_initialize_fundef_copies_table): Adjust.
(get_fundef_copy): Return a TREE_LIST. Use non-inserting search.
(save_fundef_copy): Adjust for a TREE_LIST.
(cxx_eval_call_expression): Adjust for a fundef_copy TREE_LIST.
(fini_constexpr): New.
* cp-tree.h (fini_constexpr): Declare.
* decl2.c (c_parse_final_cleanups): Call fini_constexpr.
2016-04-15 Jakub Jelinek <jakub@redhat.com> 2016-04-15 Jakub Jelinek <jakub@redhat.com>
PR c/70436 PR c/70436
......
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