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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user