Skip to content

Commit

Permalink
configury: fix IGNORE_TKR check
Browse files Browse the repository at this point in the history
As reported by Chris Parrott in open-mpi#12681, the enhanced test was buggy.
Pass the expected argument to make it Fortran compliant and
LLVM 17 and above happy compilers

Signed-off-by: Gilles Gouaillardet <[email protected]>
  • Loading branch information
ggouaillardet committed Aug 12, 2024
1 parent c3bebd8 commit 996c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ompi_fortran_check_ignore_tkr.m4
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB], [
implicit none
real, intent(inout) :: var(:, :, :)

call foobar(var(1,1,1), 1)
call foobar(var, 1)
! Autoconf puts "end" after the last line
]]),
[msg=yes
Expand Down

0 comments on commit 996c55f

Please sign in to comment.