From owner-svn-ports-head@freebsd.org Tue Feb 25 16:13:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9EDA525F82A; Tue, 25 Feb 2020 16:13:38 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48RkWP6fW0z4fCr; Tue, 25 Feb 2020 16:13:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 003B8192CD; Tue, 25 Feb 2020 16:13:36 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01PGDa9b088506; Tue, 25 Feb 2020 16:13:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01PGDaqT088503; Tue, 25 Feb 2020 16:13:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202002251613.01PGDaqT088503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 25 Feb 2020 16:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527096 - in head/lang/gcc10-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang/gcc10-devel: . files X-SVN-Commit-Revision: 527096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2020 16:13:38 -0000 Author: gerald Date: Tue Feb 25 16:13:36 2020 New Revision: 527096 URL: https://svnweb.freebsd.org/changeset/ports/527096 Log: Update to the 20200223 snapshot of GCC 10.0.1. There's a warning (treated as an error) on 32-bit platforms which I am working on with upstream. files/patch-value-prof.c-buildfix is a temporary band aid to allow the build to complete. Added: head/lang/gcc10-devel/files/patch-value-prof.c-buildfix (contents, props changed) Modified: head/lang/gcc10-devel/Makefile head/lang/gcc10-devel/distinfo Modified: head/lang/gcc10-devel/Makefile ============================================================================== --- head/lang/gcc10-devel/Makefile Tue Feb 25 15:59:06 2020 (r527095) +++ head/lang/gcc10-devel/Makefile Tue Feb 25 16:13:36 2020 (r527096) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 10.0.1.s20200216 +PORTVERSION= 10.0.1.s20200223 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc10-devel/distinfo ============================================================================== --- head/lang/gcc10-devel/distinfo Tue Feb 25 15:59:06 2020 (r527095) +++ head/lang/gcc10-devel/distinfo Tue Feb 25 16:13:36 2020 (r527096) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581895024 -SHA256 (gcc-10-20200216.tar.xz) = f7f129d4884eb9f7173018be2188c76e1f4bf0795a79c244cf6b6964e153961d -SIZE (gcc-10-20200216.tar.xz) = 72087952 +TIMESTAMP = 1582534320 +SHA256 (gcc-10-20200223.tar.xz) = 0815e475f95d0855dae1f7819007d753a4ad715a9799cd8db6c9f3205cd380c1 +SIZE (gcc-10-20200223.tar.xz) = 72126292 Added: head/lang/gcc10-devel/files/patch-value-prof.c-buildfix ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc10-devel/files/patch-value-prof.c-buildfix Tue Feb 25 16:13:36 2020 (r527096) @@ -0,0 +1,15 @@ +This is a temporary hack of mine to unbreak the build; I'm working with +upstream. -- Gerald + +--- UTC +--- gcc/value-prof.c.orig 2020-02-23 22:32:16.000000000 +0000 ++++ gcc/value-prof.c 2020-02-24 11:02:12.664189000 +0000 +@@ -266,7 +266,7 @@ + if (hist->hvalue.counters) + { + fprintf (dump_file, " all: %" PRId64 "%s, values: ", +- abs ((int64_t) hist->hvalue.counters[0]), ++ ((int64_t) hist->hvalue.counters[0]), + hist->hvalue.counters[0] < 0 + ? " (values missing)": ""); + for (unsigned i = 0; i < GCOV_TOPN_VALUES; i++)