aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2016-04-15 16:55:57 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2016-04-15 16:55:57 +0200
commit70f4fdeb67fe065041a52304bb20f6ce701b1cf7 (patch)
treed8a9a19849f3fcb6c34c5680261c1f6a1472ef1a
parent97f3003f6f7f1710245307d0dc989955ad59e957 (diff)
* BASE-VER: Set to 7.0.0.basepoints/gcc-7
From-SVN: r235035
-rw-r--r--gcc/BASE-VER2
-rw-r--r--gcc/ChangeLog16
-rw-r--r--gcc/cp/ChangeLog16
3 files changed, 19 insertions, 15 deletions
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 <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 d89b73b4e76..cb0915838a2 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