svn commit: r475400 - head/lang/gcc8

Gerald Pfeifer gerald at FreeBSD.org
Thu Jul 26 21:35:33 UTC 2018


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


More information about the svn-ports-all mailing list