[Bug fortran/14928] [gfortran] minval intrinsic does not understand mask

schnetter at aei dot mpg dot de gcc-bugzilla@gcc.gnu.org
Tue Apr 13 10:11:00 GMT 2004


------- Additional Comments From schnetter at aei dot mpg dot de  2004-04-13 08:23 -------
I sent an illegal programme.  The corrected programme declares c as array, as 
follows: 
 
subroutine a (b, c) 
  implicit none 
  double precision b(10) 
  integer c(1) 
  c = minloc (b, b<0) 
end subroutine a 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14928



More information about the Gcc-bugs mailing list