[gcc-6] 231/401: * Update to SVN 20161018 (r241301, 6.2.1) from the gcc-6-branch.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:49:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 37207c9fb0003af2b54bf8859405551162fb544e
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Tue Oct 18 12:00:17 2016 +0000
* Update to SVN 20161018 (r241301, 6.2.1) from the gcc-6-branch.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9003 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 4 ++--
debian/patches/svn-updates.diff | 30 +++++++++++++++++++++++++-----
2 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f19fa6d..5da3d9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
gcc-6 (6.2.0-7) UNRELEASED; urgency=medium
- * Update to SVN 20161018 (r241295, 6.2.1) from the gcc-6-branch.
+ * Update to SVN 20161018 (r241301, 6.2.1) from the gcc-6-branch.
- Fix PR libstdc++/77987, PR libstdc++/77322, PR libstdc++/72820,
PR libstdc++/77994, PR tree-optimization/77937, PR c++/71912,
PR tree-optimization/77937, PR tree-optimization/77943,
@@ -16,7 +16,7 @@ gcc-6 (6.2.0-7) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* Enable logwatch on mips64el.
- -- Matthias Klose <doko at debian.org> Tue, 18 Oct 2016 09:47:37 +0200
+ -- Matthias Klose <doko at debian.org> Tue, 18 Oct 2016 13:53:00 +0200
gcc-6 (6.2.0-6) unstable; urgency=medium
diff --git a/debian/patches/svn-updates.diff b/debian/patches/svn-updates.diff
index cda2aa2..8da507b 100644
--- a/debian/patches/svn-updates.diff
+++ b/debian/patches/svn-updates.diff
@@ -1,10 +1,10 @@
-# DP: updates from the 6 branch upto 20161018 (r241295).
+# DP: updates from the 6 branch upto 20161018 (r241301).
last_update()
{
cat > ${dir}LAST_UPDATED <EOF
-Tue Oct 18 09:45:08 CEST 2016
-Tue Oct 18 07:45:08 UTC 2016 (revision 241295)
+Tue Oct 18 13:52:43 CEST 2016
+Tue Oct 18 11:52:43 UTC 2016 (revision 241301)
EOF
}
@@ -4047,6 +4047,18 @@ Index: gcc/tree-vrp.c
/* [] is vr0, () is vr1 in the following classification comments. */
if (mineq && maxeq)
+@@ -8549,7 +8563,10 @@
+ if (vr0->equiv && vr1->equiv && vr0->equiv != vr1->equiv)
+ bitmap_ior_into (vr0->equiv, vr1->equiv);
+ else if (vr1->equiv && !vr0->equiv)
+- bitmap_copy (vr0->equiv, vr1->equiv);
++ {
++ vr0->equiv = BITMAP_ALLOC (NULL);
++ bitmap_copy (vr0->equiv, vr1->equiv);
++ }
+ }
+
+ static void
Index: gcc/tree-ssa-tail-merge.c
===================================================================
--- a/src/gcc/tree-ssa-tail-merge.c (.../tags/gcc_6_2_0_release)
@@ -4397,7 +4409,15 @@ Index: gcc/ChangeLog
===================================================================
--- a/src/gcc/ChangeLog (.../tags/gcc_6_2_0_release)
+++ b/src/gcc/ChangeLog (.../branches/gcc-6-branch)
-@@ -1,3 +1,532 @@
+@@ -1,3 +1,540 @@
++2016-10-18 Kugan Vivekanandarajah <kuganv at linaro.org>
++
++ Backport from mainline
++ 2016-10-11 Kugan Vivekanandarajah <kuganv at linaro.org>
++
++ * tree-vrp.c (vrp_intersect_ranges_1): Allocate bitmap before
++ copying.
++
+2016-10-17 Bill Schmidt <wschmidt at linux.vnet.ibm.com>
+
+ Backport from mainline
@@ -4930,7 +4950,7 @@ Index: gcc/ChangeLog
2016-08-22 Release Manager
* GCC 6.2.0 released.
-@@ -205,9 +738,9 @@
+@@ -205,9 +746,9 @@
2016-08-09 Martin Jambor <mjambor at suse.cz>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list