From: Jakub Jelinek Date: Fri, 15 Apr 2016 14:55:57 +0000 (+0200) Subject: * BASE-VER: Set to 7.0.0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70f4fdeb67fe065041a52304bb20f6ce701b1cf7;p=gcc.git * BASE-VER: Set to 7.0.0. From-SVN: r235035 --- diff --git a/gcc/BASE-VER b/gcc/BASE-VER index 09b254e90c6..66ce77b7ead 100644 --- a/gcc/BASE-VER +++ b/gcc/BASE-VER @@ -1 +1 @@ -6.0.0 +7.0.0 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a73fa882e9e..3f5022d4f8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,18 +1,6 @@ -2016-04-15 Jason Merrill - Nathan Sidwell +2016-04-15 Jakub Jelinek - 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. + * BASE-VER: Set to 7.0.0. 2016-04-15 Alexander Monakov diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d89b73b4e76..cb0915838a2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,19 @@ +2016-04-15 Jason Merrill + Nathan Sidwell + + 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 PR c/70436