Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2020 07:45:16 +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: r524245 - head/lang/gcc9-devel
Message-ID:  <202001270745.00R7jGcX027606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Jan 27 07:45:16 2020
New Revision: 524245
URL: https://svnweb.freebsd.org/changeset/ports/524245

Log:
  Update to the 20200125 snapshot of GCC 9.2.1.
  
  This brings backports for fixes in the aarch64, i386, and rs6000 (alias
  powerpc) backends, Fortran and OMP plus half a dozen C++ issues, and loop,
  inter-process and some other optimizations issues.  In other words, more
  work largely done for a big distribution using GCC 9 as system compiler.

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

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Mon Jan 27 07:29:20 2020	(r524244)
+++ head/lang/gcc9-devel/Makefile	Mon Jan 27 07:45:16 2020	(r524245)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.2.1.s20200118
+PORTVERSION=	9.2.1.s20200125
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Mon Jan 27 07:29:20 2020	(r524244)
+++ head/lang/gcc9-devel/distinfo	Mon Jan 27 07:45:16 2020	(r524245)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579426093
-SHA256 (gcc-9-20200118.tar.xz) = 23e63cee0095f440eaa119bd147d860e1feb770c3dec0bcb9f1e38358164e197
-SIZE (gcc-9-20200118.tar.xz) = 68772308
+TIMESTAMP = 1580028522
+SHA256 (gcc-9-20200125.tar.xz) = 98f77bc5e862d5ee223589aa8f7b1301774533199e8a707b5ea73b09a2df1ab9
+SIZE (gcc-9-20200125.tar.xz) = 68773892



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