[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/control.in/libc: build-depends on gcc-7 (>= 7.2.0-20) on amd64, i386 and x32 to avoid a missed optimization causing SSE registers to be pushed on the stack. Closes: #886447.



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 2472c99460380992c04280abdacd619bb3916a82
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Jan 23 19:25:22 2018 +0100

    debian/control.in/libc: build-depends on gcc-7 (>= 7.2.0-20) on amd64, i386 and x32 to avoid a missed optimization causing SSE registers to be pushed on the stack.  Closes: #886447.
---
 debian/changelog       | 3 +++
 debian/control.in/main | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 404dfbc..cdc3d40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ glibc (2.26-5) UNRELEASED; urgency=medium
   [ Aurelien Jarno ]
   * debian/control.in/libc: set the priority of the libc{0.1,0.3,0.6} packages
     to optional following the changes on the ftp-master side (see bug#846982).
+  * debian/control.in/libc: build-depends on gcc-7 (>= 7.2.0-20) on amd64, i386
+    and x32 to avoid a missed optimization causing SSE registers to be pushed
+    on the stack.  Closes: #886447.
 
  -- Samuel Thibault <sthibault@debian.org>  Mon, 22 Jan 2018 14:27:57 +0100
 
diff --git a/debian/control.in/main b/debian/control.in/main
index f0f3029..85077e2 100644
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@ -10,7 +10,7 @@ Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file,
  hurd-dev (>= 1:0.9.git20171119-4~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
  kfreebsd-kernel-headers [kfreebsd-any],
  binutils (>= 2.25),
- g++-7, g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32],
+ g++-7, g++-7 (>= 7.2.0-20) [amd64 i386 x32], g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32],
  python3:native <!nocheck>,
  libc-bin (>= @GLIBC_VERSION@) <cross>
 Build-Depends-Indep: perl, po-debconf (>= 1.0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: