svn commit: r548790 - head/lang/gcc10-devel

Gerald Pfeifer gerald at FreeBSD.org
Wed Sep 16 18:24:27 UTC 2020


Author: gerald
Date: Wed Sep 16 18:24:26 2020
New Revision: 548790
URL: https://svnweb.freebsd.org/changeset/ports/548790

Log:
  Update to the 20200912 snapshot of GCC 10.2.1.
  
  This brings five fixes for the tree optimizers, eight for link-time
  optimization (LTO), a few more across the board (C++, Fortran) and
  one for aarch64.

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

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Wed Sep 16 17:08:45 2020	(r548789)
+++ head/lang/gcc10-devel/Makefile	Wed Sep 16 18:24:26 2020	(r548790)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.2.1.s20200905
+PORTVERSION=	10.2.1.s20200912
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Wed Sep 16 17:08:45 2020	(r548789)
+++ head/lang/gcc10-devel/distinfo	Wed Sep 16 18:24:26 2020	(r548790)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599426518
-SHA256 (gcc-10-20200905.tar.xz) = 53b1acecb1d08062fcf4f4ff3b5644b47a36d5033d5b8473d87dd583ed63daa2
-SIZE (gcc-10-20200905.tar.xz) = 71421484
+TIMESTAMP = 1600079718
+SHA256 (gcc-10-20200912.tar.xz) = c178df2d7a40deb730e5d999205fc29a2df9bf3bbace7d31484052a296376e6c
+SIZE (gcc-10-20200912.tar.xz) = 71428748


More information about the svn-ports-all mailing list