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

Gerald Pfeifer gerald at FreeBSD.org
Wed May 13 08:07:43 UTC 2020


Author: gerald
Date: Wed May 13 08:07:42 2020
New Revision: 535091
URL: https://svnweb.freebsd.org/changeset/ports/535091

Log:
  Update to the 20200509 snapshot of GCC 10.1.1.
  
  This is the first snapshot after the GCC 10.1 release, the first in the
  series, so our version moves from 10.0.1 to 10.1.1.
  
  It brings three optimizer fixes/improvements, one for the aarc64 and
  two for the x86-64 back end, and some ten for C/C++.

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

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Wed May 13 08:05:00 2020	(r535090)
+++ head/lang/gcc10-devel/Makefile	Wed May 13 08:07:42 2020	(r535091)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.0.1.s20200502
+PORTVERSION=	10.1.1.s20200509
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Wed May 13 08:05:00 2020	(r535090)
+++ head/lang/gcc10-devel/distinfo	Wed May 13 08:07:42 2020	(r535091)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588460385
-SHA256 (gcc-10-20200502.tar.xz) = a72ba391b8114837403a24b0776201411530093b85c70fe56ee2a932cc1d581e
-SIZE (gcc-10-20200502.tar.xz) = 71305288
+TIMESTAMP = 1589108050
+SHA256 (gcc-10-20200509.tar.xz) = 1170529bf9d5fb7111a1bf73593335d5bff400e22746efb80497aa96e8e3b86f
+SIZE (gcc-10-20200509.tar.xz) = 71306160


More information about the svn-ports-head mailing list