* BASE-VER: Set to 7.0.0.
authorJakub Jelinek <jakub@gcc.gnu.org>
Fri, 15 Apr 2016 14:55:57 +0000 (16:55 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 15 Apr 2016 14:55:57 +0000 (16:55 +0200)
From-SVN: r235035

gcc/BASE-VER
gcc/ChangeLog
gcc/cp/ChangeLog

index 09b254e90c61ed28bb68a54752cf04f6a736a7d3..66ce77b7ead5c03f8d614495285190635c0889d9 100644 (file)
@@ -1 +1 @@
-6.0.0
+7.0.0
index a73fa882e9e8713f1831cd1073c54c3864c14678..3f5022d4f8f7e016f8290049e88132ff6b745c8c 100644 (file)
@@ -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>
 
index d89b73b4e76ed4d78671d20cae8bec2d729c6757..cb0915838a2242427a988b0dfc4bb5d335f3a665 100644 (file)
@@ -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