pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/pdp11-aout-gcc Update to 8.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c419a2957b69
branches:  trunk
changeset: 311037:c419a2957b69
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jul 30 19:45:58 2018 +0000

description:
Update to 8.2.0

Changelog:
General Improvements

    Fixed LTO link-time performance problems caused by an overflow in the
    partitioning algorithm while building large binaries.

Language Specific Changes
C++
GCC 8.2 fixed a bug introduced in GCC 8.1 affecting passing or returning of
classes with a deleted copy constructor and defaulted trivial move constructor
(bug c++/86094). GCC 8.2 introduces -fabi-version=13 and makes it the default,
ABI incompatibilities between GCC 8.1 and 8.2 can be reported with -Wabi=12.
See C++ changes for more details.

Target Specific Changes
IA-32/x86-64

    -mtune=native performance regression PR84413 on Intel Skylake processors
    has been fixed.

diffstat:

 cross/pdp11-aout-gcc/Makefile |   4 ++--
 cross/pdp11-aout-gcc/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 655dbcb93625 -r c419a2957b69 cross/pdp11-aout-gcc/Makefile
--- a/cross/pdp11-aout-gcc/Makefile     Mon Jul 30 19:45:25 2018 +0000
+++ b/cross/pdp11-aout-gcc/Makefile     Mon Jul 30 19:45:58 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/06/19 22:47:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/30 19:45:58 ryoon Exp $
 
-DISTNAME=              gcc-8.1.0
+DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-pdp11-aout-${DISTNAME}
 CATEGORIES=            cross
 MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
diff -r 655dbcb93625 -r c419a2957b69 cross/pdp11-aout-gcc/distinfo
--- a/cross/pdp11-aout-gcc/distinfo     Mon Jul 30 19:45:25 2018 +0000
+++ b/cross/pdp11-aout-gcc/distinfo     Mon Jul 30 19:45:58 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2018/06/19 22:47:01 ryoon Exp $
+$NetBSD: distinfo,v 1.3 2018/07/30 19:45:58 ryoon Exp $
 
-SHA1 (gcc-8.1.0.tar.xz) = b34031ba9ff3e248b2c62de0825e49a1e0e01998
-RMD160 (gcc-8.1.0.tar.xz) = de00e96f3d70b6a08215930a6884672e56975d05
-SHA512 (gcc-8.1.0.tar.xz) = c96246f34a7aeb404c4525b754dc7f7708a18e06271aadb2b32fef00e6e0940f584e52430bfe2ab01e699c93e3cb418adc113d2622fa826facbec0ec8ce3eb2c
-Size (gcc-8.1.0.tar.xz) = 63372320 bytes
+SHA1 (gcc-8.2.0.tar.xz) = 19926bdb6c4b58891015929853d41aeff019d400
+RMD160 (gcc-8.2.0.tar.xz) = 4fba19867980d04bed1e62d46d4787c99f4fd13d
+SHA512 (gcc-8.2.0.tar.xz) = 64898a165f67e136d802a92e7633bf1b06c85266027e52127ea025bf5fc2291b5e858288aac0bdba246e6cdf7c6ec88bc8e0e7f3f6f1985f4297710cafde56ed
+Size (gcc-8.2.0.tar.xz) = 63460876 bytes
 SHA1 (patch-contrib_download__prerequisites) = be9b02068b3d4d783e92bee66d480bb2bfe35a84
 SHA1 (patch-gcc_system.h) = 72a75ff773b9b5f3d2f16f4ec7d29e032aba5f53
 SHA1 (patch-libcc1_configure) = 0368733ddf79b109fcc7146b0baeb37ab31e634a



Home | Main Index | Thread Index | Old Index