Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 10:41:53 +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: r518494 - head/lang/gcc9-devel
Message-ID:  <201911271041.xARAfrc9063006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Nov 27 10:41:53 2019
New Revision: 518494
URL: https://svnweb.freebsd.org/changeset/ports/518494

Log:
  Update to the 20191123 snapshot of GCC 9.2.1.
  
  This addresses a build failure on powerpc ("error: integer constant is
  too large for 'long' type"). [1]
  
  It also brings three improvements for both the tree optimizers and middle
  end, plus one each for i386 and powerpc, and several on the C++ side.
  
  PR:		241125 [1]

Modified:
  head/lang/gcc9-devel/Makefile
  head/lang/gcc9-devel/distinfo

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Wed Nov 27 10:40:48 2019	(r518493)
+++ head/lang/gcc9-devel/Makefile	Wed Nov 27 10:41:53 2019	(r518494)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.2.1.s20191116
+PORTVERSION=	9.2.1.s20191123
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Wed Nov 27 10:40:48 2019	(r518493)
+++ head/lang/gcc9-devel/distinfo	Wed Nov 27 10:41:53 2019	(r518494)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574236734
-SHA256 (gcc-9-20191116.tar.xz) = 06ab42482f6bcd9d9fb3aa0343c62687b1935fadd8160c874fd9b61b7ec2f1ba
-SIZE (gcc-9-20191116.tar.xz) = 68922972
+TIMESTAMP = 1574569554
+SHA256 (gcc-9-20191123.tar.xz) = 94ccde12e289e5b56f1669e544c084df76114cf44bcbe998756b8dd5d18e61f3
+SIZE (gcc-9-20191123.tar.xz) = 68924756



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