Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 22:14:15 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555592 - head/math/gotoblas
Message-ID:  <202011172214.0AHMEFrV005679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov 17 22:14:15 2020
New Revision: 555592
URL: https://svnweb.freebsd.org/changeset/ports/555592

Log:
  Mark as BROKEN with GCC 10:
  
    Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
  
  PR:		246700

Modified:
  head/math/gotoblas/Makefile

Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile	Tue Nov 17 22:11:51 2020	(r555591)
+++ head/math/gotoblas/Makefile	Tue Nov 17 22:14:15 2020	(r555592)
@@ -78,6 +78,10 @@ GOTOFLAGS+=	INTERFACE64=1
 GOTOFLAGS+=	USE_OPENMP=1
 .endif
 
+.if ${GCC_DEFAULT} >= 10
+BROKEN=		fails to build with GCC 10: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
+.endif
+
 #.if ${PORT_OPTIONS:MQUAD_PRECISION}
 #BROKEN=	WITH_QUAD_PRECISION is broken; please disable this option
 #GOTOFLAGS+=	QUAD_PRECISION=1



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