[Bug fortran/14928] [gfortran] minval intrinsic does not understand mask
tobi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jun 3 18:38:00 GMT 2004
------- Additional Comments From tobi at gcc dot gnu dot org 2004-06-03 18:38 -------
Isn't "MASK=" required?
subroutine a (b, c)
implicit none
double precision b(10)
integer c(1)
c = minloc (b, mask=b<0)
end subroutine a
compiles without problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14928
More information about the Gcc-bugs
mailing list