diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-04-15 16:55:57 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-04-15 16:55:57 +0200 |
commit | 70f4fdeb67fe065041a52304bb20f6ce701b1cf7 (patch) | |
tree | d8a9a19849f3fcb6c34c5680261c1f6a1472ef1a /gcc | |
parent | 97f3003f6f7f1710245307d0dc989955ad59e957 (diff) | |
download | gcc-70f4fdeb67fe065041a52304bb20f6ce701b1cf7.zip gcc-70f4fdeb67fe065041a52304bb20f6ce701b1cf7.tar.gz gcc-70f4fdeb67fe065041a52304bb20f6ce701b1cf7.tar.bz2 |
* BASE-VER: Set to 7.0.0.basepoints/gcc-7
From-SVN: r235035
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/BASE-VER | 2 | ||||
-rw-r--r-- | gcc/ChangeLog | 16 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 16 |
3 files changed, 19 insertions, 15 deletions
diff --git a/gcc/BASE-VER b/gcc/BASE-VER index 09b254e..66ce77b 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 a73fa88..3f5022d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,18 +1,6 @@ -2016-04-15 Jason Merrill <jason@redhat.com> - Nathan Sidwell <nathan@acm.org> +2016-04-15 Jakub Jelinek <jakub@redhat.com> - 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 <amonakov@ispras.ru> diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d89b73b..cb09158 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,19 @@ +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> PR c/70436 |