[gcc-7] 113/354: - prepare for 7-20170226-1 upload

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit 2cdf53149f815e21f49083713ac765172ec39b55
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sun Feb 26 16:20:25 2017 +0000

     - prepare for 7-20170226-1 upload
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9307 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog                | 14 ++++++++++++--
 debian/control                  |  2 +-
 debian/patches/gdc-updates.diff | 12 ++++++++++++
 debian/rules.conf               |  2 +-
 4 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f160276..81d0a01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,13 @@
-gcc-7 (7-20170129-2) UNRELEASED; urgency=medium
+gcc-7 (7-20170226-1) experimental; urgency=medium
+
+  * GCC 7 snapshot build, taken from the trunk 20170226.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 26 Feb 2017 17:00:48 +0100
+
+gcc-7 (7-20170221-1) experimental; urgency=medium
+
+  * GCC 7 snapshot build, taken from the trunk 20170221.
+  * Update gdc to trunk 20170221.
 
   [ Matthias Klose ]
   * Fix some hppa64 related build issues. Addresses: #853023.
@@ -11,12 +20,13 @@ gcc-7 (7-20170129-2) UNRELEASED; urgency=medium
   * Configure staged builds with --disable-libmpx and --disable-libhsail-rt.
   * Fix target architecture for sparc non-multilib builds (Adrian Glaubitz).
     Addresses: #855197.
+  * Bump binutils version requirement.
 
   [ Aurelien Jarno ]
   * Disable lxc1/sxc1 instruction on mips and mipsel.
   * Disable madd4 instructions on mipsel, mips64el and mipsn32el.
 
- -- Matthias Klose <doko at debian.org>  Tue, 31 Jan 2017 12:34:55 +0100
+ -- Matthias Klose <doko at debian.org>  Tue, 21 Feb 2017 14:54:12 +0100
 
 gcc-7 (7-20170129-1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 429ad24..3d4730e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14),
   libunwind7-dev (>= 0.98.5-6) [ia64], libatomic-ops-dev [ia64], 
   autogen, gawk, lzma, xz-utils, patchutils, 
   zlib1g-dev, systemtap-sdt-dev [linux-any kfreebsd-any hurd-any], 
-  binutils:native (>= 2.27.90.20170118) | binutils-multiarch:native (>= 2.27.90.20170118), binutils-hppa64-linux-gnu:native (>= 2.27.90.20170118) [hppa amd64 i386 x32], 
+  binutils:native (>= 2.27.90.20170221) | binutils-multiarch:native (>= 2.27.90.20170221), binutils-hppa64-linux-gnu:native (>= 2.27.90.20170221) [hppa amd64 i386 x32], 
   gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, 
   gdb:native, 
   texinfo (>= 4.3), locales, sharutils, 
diff --git a/debian/patches/gdc-updates.diff b/debian/patches/gdc-updates.diff
index 81d10b5..e159788 100644
--- a/debian/patches/gdc-updates.diff
+++ b/debian/patches/gdc-updates.diff
@@ -24,3 +24,15 @@
          if ( (intpart & 1) == 0 )
              sgngam = -1;
          z = q - p;
+--- a/src/gcc/d/d-target.cc
++++ b/src/gcc/d/d-target.cc
+@@ -108,7 +108,8 @@
+   if (type->isTypeBasic ())
+     {
+       TREE_TYPE (field) = build_ctype (type);
+-      SET_DECL_ALIGN (field, ADJUST_FIELD_ALIGN (field, DECL_ALIGN (field)));
++      SET_DECL_ALIGN (field, ADJUST_FIELD_ALIGN (field, TREE_TYPE(field),
++						 DECL_ALIGN (field)));
+     }
+ #endif
+ 
diff --git a/debian/rules.conf b/debian/rules.conf
index e3b8ea7..9b30efc 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -211,7 +211,7 @@ else
   else ifneq (,$(filter $(distrelease),xenial))
     BINUTILSBDV = 2.26.1
   else ifneq (,$(filter $(distrelease),sid stretch zesty))
-    BINUTILSBDV = 2.27.90.20170118
+    BINUTILSBDV = 2.27.90.20170221
   endif
 endif
 ifeq ($(DEB_CROSS),yes)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list