svn commit: r526442 - head/lang/gcc9-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Feb 18 08:29:17 UTC 2020
Author: gerald
Date: Tue Feb 18 08:29:16 2020
New Revision: 526442
URL: https://svnweb.freebsd.org/changeset/ports/526442
Log:
Update to the 20200215 snapshot of GCC 9.2.1.
This brings many of the changes the 20200214 snapshot of GCC 8.3.1
gained with revision 526353 (which was backports for a RHEL production
release). Overall expanded OMP isupport for Fortran, some four issues
fixed for the tree optimizers, the middle end beyond that, and the C++
front end, and a bit on the AVX/SEE front for amd64.
Modified:
head/lang/gcc9-devel/Makefile
head/lang/gcc9-devel/distinfo
Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile Tue Feb 18 08:17:50 2020 (r526441)
+++ head/lang/gcc9-devel/Makefile Tue Feb 18 08:29:16 2020 (r526442)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 9.2.1.s20200208
+PORTVERSION= 9.2.1.s20200215
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo Tue Feb 18 08:17:50 2020 (r526441)
+++ head/lang/gcc9-devel/distinfo Tue Feb 18 08:29:16 2020 (r526442)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581212632
-SHA256 (gcc-9-20200208.tar.xz) = fd9008619701ea2e8a1a4bdfbbc40ccaa000a917ed6b7f1ee9e0bd1347a3ec0f
-SIZE (gcc-9-20200208.tar.xz) = 68775440
+TIMESTAMP = 1581812887
+SHA256 (gcc-9-20200215.tar.xz) = d54bdc3785b3e900586ec63ff53753e9a98f5a0511fb16c2132a1f649e6f737e
+SIZE (gcc-9-20200215.tar.xz) = 68785384
More information about the svn-ports-all
mailing list