Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 10:04:30 +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: r536603 - head/lang/gcc10-devel
Message-ID:  <202005261004.04QA4UPo050448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue May 26 10:04:30 2020
New Revision: 536603
URL: https://svnweb.freebsd.org/changeset/ports/536603

Log:
  Update to the 20200523 snapshot of GCC 10.1.1.
  
  This includes an upstream contribution of mine that defines __ILP32__
  on all 32-bit x86 targets. [1]
  
  It also brings a fix for the aarch64 back end and five for x86, plus two
  for the middle end/optimizers and Fortran, each, and four for the C++
  standard library.
  
  PR:		246288 [1]

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

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Tue May 26 09:58:39 2020	(r536602)
+++ head/lang/gcc10-devel/Makefile	Tue May 26 10:04:30 2020	(r536603)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.1.1.s20200516
+PORTVERSION=	10.1.1.s20200523
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Tue May 26 09:58:39 2020	(r536602)
+++ head/lang/gcc10-devel/distinfo	Tue May 26 10:04:30 2020	(r536603)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589705628
-SHA256 (gcc-10-20200516.tar.xz) = 0d55eabdef3fb0b4dcf690b5260dd3e1fa0fed00aa56697f60467285ad47310e
-SIZE (gcc-10-20200516.tar.xz) = 71277364
+TIMESTAMP = 1590328322
+SHA256 (gcc-10-20200523.tar.xz) = a97b3a74f377f7c98a1aa8a5fc3160b8f477ad9aca009ee18c132924ac618f85
+SIZE (gcc-10-20200523.tar.xz) = 71279032



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