aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc8
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-07-26 21:35:32 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-07-26 21:35:32 +0000
commitddbe1bc82f368c50c0a1d515b085a1c56624f32f (patch)
treeb2863f1b880ab6313e6e657038103e5644b9f2b4 /lang/gcc8
parent50eb389a1efd0206d26203144f008df67f5a5ccb (diff)
downloadports-ddbe1bc82f368c50c0a1d515b085a1c56624f32f.tar.gz
ports-ddbe1bc82f368c50c0a1d515b085a1c56624f32f.zip
Update to the GCC 8.2 release, the second in the GCC 8 series.
This fixes more than 99 bugs, among others a performance regression with -mtune=native on Intel Skylake chips has been fixed. This also fixes a bug introduced in GCC 8.1 affecting passing or returning of classes with a deleted copy constructor and defaulted trivial move constructor (GCC 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.
Notes
Notes: svn path=/head/; revision=475400
Diffstat (limited to 'lang/gcc8')
-rw-r--r--lang/gcc8/Makefile2
-rw-r--r--lang/gcc8/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index adf1c651218c..3f350283b310 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 8.1.0
+PORTVERSION= 8.2.0
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
diff --git a/lang/gcc8/distinfo b/lang/gcc8/distinfo
index e58d50b54bb3..4619fbd74ef0 100644
--- a/lang/gcc8/distinfo
+++ b/lang/gcc8/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525606464
-SHA256 (gcc-8.1.0.tar.xz) = 1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153
-SIZE (gcc-8.1.0.tar.xz) = 63372320
+TIMESTAMP = 1532606212
+SHA256 (gcc-8.2.0.tar.xz) = 196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
+SIZE (gcc-8.2.0.tar.xz) = 63460876