From 05a32e4647a459b232a92cdf4f60434c5dfad7a6 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 30 Jul 2018 19:45:58 +0000 Subject: 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. --- cross/pdp11-aout-gcc/Makefile | 4 ++-- cross/pdp11-aout-gcc/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'cross/pdp11-aout-gcc') diff --git a/cross/pdp11-aout-gcc/Makefile b/cross/pdp11-aout-gcc/Makefile index a27d15aa610..72010ebe0f0 100644 --- a/cross/pdp11-aout-gcc/Makefile +++ b/cross/pdp11-aout-gcc/Makefile @@ -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 --git a/cross/pdp11-aout-gcc/distinfo b/cross/pdp11-aout-gcc/distinfo index 46a600a5d7b..e9e237e312e 100644 --- a/cross/pdp11-aout-gcc/distinfo +++ b/cross/pdp11-aout-gcc/distinfo @@ -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 -- cgit v1.2.3