Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 21:35:32 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475400 - head/lang/gcc8
Message-ID:  <201807262135.w6QLZWsO072700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Thu Jul 26 21:35:32 2018
New Revision: 475400
URL: https://svnweb.freebsd.org/changeset/ports/475400

Log:
  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.

Modified:
  head/lang/gcc8/Makefile
  head/lang/gcc8/distinfo

Modified: head/lang/gcc8/Makefile
==============================================================================
--- head/lang/gcc8/Makefile	Thu Jul 26 21:26:54 2018	(r475399)
+++ head/lang/gcc8/Makefile	Thu Jul 26 21:35:32 2018	(r475400)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	8.1.0
+PORTVERSION=	8.2.0
 CATEGORIES=	lang
 MASTER_SITES=	GCC
 PKGNAMESUFFIX=	${SUFFIX}

Modified: head/lang/gcc8/distinfo
==============================================================================
--- head/lang/gcc8/distinfo	Thu Jul 26 21:26:54 2018	(r475399)
+++ head/lang/gcc8/distinfo	Thu Jul 26 21:35:32 2018	(r475400)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807262135.w6QLZWsO072700>