Mark as BROKEN with GCC 10:

Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)

PR:		246700
This commit is contained in:
Mark Linimon
2020-11-17 22:11:51 +00:00
parent c96835b690
commit f427ec4231

View File

@@ -35,6 +35,11 @@ MPICH_EXTRA_PATCHES= ${FILESDIR}/Bmake.inc-mpich.diff
.include <bsd.port.pre.mk>
F77EXTRAFLAGS= #-w -fno-globals -fugly-complex
.if ${GCC_DEFAULT} >= 10
# workaround for Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)
F77EXTRAFLAGS+= -fallow-argument-mismatch
.endif
DEBUG_LEVEL= 0
.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"